{% load i18n %} {% if product.images.all %}
{% for image in product.images.all %} {% endfor %}
{% trans 'Image' %} {% trans 'Title' %} {% trans 'Alt' %} {% trans 'Position' %} {% trans 'Manage' %}
{{ image.title }} {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% else %} {% endif %}
{% else %} {% trans 'There are no images' %} {% endif %}