{% load i18n %} {% load lfc_tags %} {% ifhasperm edit %} {% if obj.files.all %}
{% for file in obj.files.all %} {% endfor %}
{% trans 'Title' %} {% trans 'Position' %}
{% else %} {% trans 'There are no files' %} {% endif %}

{% trans 'Add files' %}

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