{% load i18n %}{% if item.images.count %} {% if output == "ODT" or output == "PDF"%} {% include "ishtar/blocks/window_image_odt.html" %} {% else %}
{% for image in item.images.all %}
× {% include "ishtar/blocks/window_image_detail.html" %} {% trans "Modify" %}  
{% endfor %}
{% for image in item.images.all %} {% endfor %}
{% endif%} {% endif%}