{% load i18n ishtar_helpers link_to_window %}{% if item.images_number %} {% if output == "ODT" or output == "PDF"%} {% include "ishtar/blocks/window_image_odt.html" %} {% else %} {% with can_edit_document=permission_change_own_document|or_:permission_change_document %} {% trans "Sheet" as sheet_lbl %}
{% if item.main_image and item.main_image.image %}{% with image=item.main_image %}
× {{image|simple_link_to_window:sheet_lbl}}   {% if can_edit_document %} {% trans "Modify" %} {% endif %}
{% 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}}   {% if can_edit_document %} {% trans "Modify" %} {% endif %}
{% 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 %}
{% endwith %} {% endif%} {% endif%}