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

{% trans 'Add images' %}

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