{% load i18n %}{% if item.images.count %} {% if output == "ODT" or output == "PDF"%} {% include "ishtar/blocks/window_image_odt.html" %} {% else %}
{% if item.main_image %}{% with image=item.main_image %}
× {% include "ishtar/blocks/window_image_detail.html" %} {% trans "Modify" %}  
{% endwith %}{% endif %} {% for image in item.images_without_main_image.all %}
× {% include "ishtar/blocks/window_image_detail.html" %} {% 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%}