From 90e033d2d9cfdf56a76b4d6561069a362d4675cb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 10 Aug 2023 13:23:16 +0200 Subject: ✨ Imports groups: initialize action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/import_table.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/import_table.html b/ishtar_common/templates/ishtar/import_table.html index 39b8e0494..138dbba65 100644 --- a/ishtar_common/templates/ishtar/import_table.html +++ b/ishtar_common/templates/ishtar/import_table.html @@ -87,7 +87,7 @@ $("#import-list").find('input').prop('disabled', true); {% trans "File" context "not a directory" %} {% endif %} - {% if import.state == 'IP' or import.state == 'PP' and import.current_line %} + {% if import.importer_type.type_label and import.state == 'IP' or import.state == 'PP' and import.current_line %}
@@ -128,6 +128,18 @@ $("#import-list").find('input').prop('disabled', true); {% trans "File" context "not a directory" %} {% endif %} + {% if sub.state == 'IP' or sub.state == 'PP' %} + + +
+
+  {{sub.current_line}} / {{sub.number_of_line}} +
+
+ + + {% endif %} {% endfor %} {% endif %} {% endfor %} -- cgit v1.2.3