{% load i18n %} {% if obj.images.all %}
{% for image in obj.images.all %} {% endfor %}
{% trans 'File' %} {% trans 'Title' %} {% trans 'Position' %}
{{ image.title }}
{% else %} {% trans 'There are no images' %} {% endif %}

{% trans 'Add images' %}

{# {% trans 'Upload Queue' %} #}