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

{% trans 'Add images' %}

{# {% trans 'Upload Queue' %} #}
{% else %} {% if obj.images.all %} {% for image in obj.images.all %} {% endfor %}
{% trans 'Image' %} {% trans 'Title' %}
{{ image.title }} {{ image.title }}
{% else %} {% trans 'There are no images' %} {% endif %} {% endifhasperm %}