{% load i18n inline_formset %}
{% trans "No pending imports." %}
{% else %}{% trans "Name" %} | {% trans "Type" %} | {% trans "File" context "file" %} | {% trans "Creation" %} | {% trans "Status" %} | {% trans "Action" %} | {% trans "Unmatched items" %} | {% trans "Error" %} | {% trans "Control" %} | {% trans "Match" %} |
---|---|---|---|---|---|---|---|---|---|
{{import.name|default:"-"}} | {{import.importer_type}} | {% if import.imported_file %} {% trans "Source file" %} {% elif import.archive_file %} {% trans "Archive" %} {% endif %} | {{import.creation_date}} ({{import.user}}) | {{import.status}} | {% if import.need_matching %} {% trans "Match"%} {% endif %} | {% if import.error_file %} {% trans "File" context "not a directory" %} {% endif %} | {% if import.result_file %} {% trans "File" context "not a directory" %} {% endif %} | {% if import.match_file %} {% trans "File" context "not a directory" %} {% endif %} | |
|