From 3166cbb3aa53406ad693aa7f137effb51b71cb42 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 5 May 2015 13:03:09 +0200 Subject: Imports: manage importation interface, error file --- ishtar_common/templates/ishtar/import_list.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/import_list.html b/ishtar_common/templates/ishtar/import_list.html index 76fc1cd72..40bc019ad 100644 --- a/ishtar_common/templates/ishtar/import_list.html +++ b/ishtar_common/templates/ishtar/import_list.html @@ -11,9 +11,10 @@ - + + {% for import in object_list %} @@ -21,7 +22,7 @@ {{import.importer_type}} + {% endfor %}
{% trans "Type" %}{% trans "Filename" %}{% trans "File" context "file" %} {% trans "Creation" %} {% trans "Status" %}{% trans "Action" %}
- {{import.imported_filename}} + {% trans "Source file" %} {{import.creation_date}} @@ -42,6 +43,9 @@ {% trans "Link unmatched items" %} {% endif %} {% if import.error_file %} + {% trans "Error file" %} + {% endif %}
-- cgit v1.2.3