{% load i18n l10n inline_formset %} {% localize off %}
{% trans "No pending imports." %}
{% else %}| {% trans "Name" %} | {% trans "Type" %} | {% trans "Status" %} | {% trans "Action" %} | {% trans "Files" context "file" %} | {% trans "Pré-import form / matching" %} | {% trans "Diagnostic files" %} |
|---|---|---|---|---|---|---|
|
{{import.name|default:"-"}} {{import.creation_date|date:"DATE_FORMAT"}} {{import.creation_date|time:"H:i"}} - {% if import.end_date %}{{import.end_date|date:"DATE_FORMAT"}} {{import.end_date|time:"H:i"}}{% endif %} {{import.user}} |
{{import.importer_type}} ({% if import.importer_type.type_label %}{% trans import.importer_type.type_label %}{% else %}{% trans "Group" %}{% endif %}) | {{import.status}} | {% if import.imported_file %} {% trans "Source" %} {% if import.imported_images %} - {% trans "Media" %} {% endif %} {% elif import.archive_file %} {% trans "Archive" context "name" %} {% endif %} | {% if import.need_matching %} {% trans "Make match" %} {% endif %} | {% if import.error_file %}
{% trans "Error" %}
{% endif %} {% if import.result_file %} {% trans "Result" %} {% endif %} {% if import.match_file %} {% trans "Match" %} {% endif %} |
|
| {{sub.importer_type}} | {{sub.status}} | {% if sub.imported_file %} {% trans "Source" %} {% if sub.imported_images %} - {% trans "Media" %} {% endif %} {% endif %} | {% if sub.need_matching %} {% trans "Make match" %} {% endif %} | {% if sub.error_file %}
{% trans "Error" %}
{% endif %} {% if sub.result_file %} {% trans "Result" %} {% endif %} {% if sub.match_file %} {% trans "Match" %} {% endif %} |
||