{% load i18n %} {% if product.is_variant %}
{% endif %}

{% trans 'Images' %}

{% if product.images.all %}
{% for image in product.images.all %} {% endfor %}
{% trans 'Image' %} {% trans 'Title' %} {% trans 'Position' %}
{{image.title}}
{% else %} {% trans 'There are no images' %} {% endif %}

{% trans 'Add images' %}