{% load i18n link_to_window %}{% if item.images.count %}
{% if output == "ODT" or output == "PDF"%}
{% include "ishtar/blocks/window_image_odt.html" %}
{% else %}
{% trans "Sheet" as sheet_lbl %}
{% if item.main_image and item.main_image.image %}{% with image=item.main_image %}
{% endwith %}{% endif %}
{% for image in item.images_without_main_image.all %}{% if image.image %}
×
{% include "ishtar/blocks/window_image_detail.html" %}
{{image|simple_link_to_window:sheet_lbl}}
{% trans "Modify" %}
{% endif %}{% endfor %}
{% if item.main_image and item.main_image.image %}{% with image=item.main_image %}
{% endwith %}{% endif %}
{% for image in item.images_without_main_image.all %}{% if image.image %}
{% endif %}{% endfor %}