{% load i18n %}
{% csrf_token %} {% for j in filestoupload %} {% endfor %}

{% trans "Import CSV or Excel files from the data folder. The file names must match the names of data objects and the first line in the file must contain the field names." %}

{% trans 'file name'|capfirst %} {% trans 'size'|capfirst %} {% trans 'changed'|capfirst %}
{{j.0}} {{j.2}} {{j.1}}