{% 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 %}{% with image=item.main_image %}
× {% include "ishtar/blocks/window_image_detail.html" %} {{image|simple_link_to_window:sheet_lbl}}   {% trans "Modify" %}
{% endwith %}{% endif %} {% for image in item.images_without_main_image.all %}
× {% include "ishtar/blocks/window_image_detail.html" %} {{image|simple_link_to_window:sheet_lbl}}   {% trans "Modify" %}
{% endfor %}
{% if item.main_image %}{% with image=item.main_image %} {% endwith %}{% endif %} {% for image in item.images_without_main_image.all %} {% endfor %}
{% endif%} {% endif%}