{% load i18n %}

{% trans "Select image" %}

{% include "lfs/catalog/categories/product/products_navigation.html" %}
{% csrf_token %}
{% for image in images %} {% comment %}
{% endcomment %}
{{ image.title }}
{% empty %}
{% trans "There are no images yet" %}
{% endfor %}

{% trans "Insert image" %}