From 0ee16724a2c9bb9dc331f6bffdcca0669d139b4c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Aug 2023 17:59:43 +0200 Subject: ✨ Imports - list: add groups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/import_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/import_table.html') diff --git a/ishtar_common/templates/ishtar/import_table.html b/ishtar_common/templates/ishtar/import_table.html index df58cb6e2..aec59babc 100644 --- a/ishtar_common/templates/ishtar/import_table.html +++ b/ishtar_common/templates/ishtar/import_table.html @@ -42,7 +42,7 @@ $("#import-list").find('input').prop('disabled', true); {{import.name|default:"-"}} - {{import.importer_type}} ({% trans import.importer_type.type_label %}) + {{import.importer_type}} ({% if import.importer_type.type_label %}{% trans import.importer_type.type_label %}{% else %}{% trans "Group" %}{% endif %}) {% if import.imported_file %} -- cgit v1.2.3