{% load i18n %}
{% if item.main_image %}{% with image=item.main_image %}
{% include "ishtar/blocks/window_image_detail.html" %}
{% endwith %}{% endif %} {% for image in item.images_without_main_image.all %}
{% include "ishtar/blocks/window_image_detail.html" %}
{% endfor %}