{% load i18n %}

{% trans 'Images' %}

{% if product.is_variant %}
{% csrf_token %}
{% endif %}
{% include "manage/product/images-list.html" %}

{% trans 'Add images' %}

{% csrf_token %}