{% load i18n %} {% 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' %}