From d7a3da21149ea5da231bcb7d3b2ca2b0b39ae68f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 2 Oct 2023 20:20:13 +0200 Subject: ✨ links to import sheet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ishtar/blocks/sheet_creation_section.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html b/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html index 78a5ca75f..4460809d4 100644 --- a/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html +++ b/ishtar_common/templates/ishtar/blocks/sheet_creation_section.html @@ -18,4 +18,22 @@ {% firstof item.history_date|date:"DATETIME_FORMAT" item.history.all.0.history_date|date:"DATETIME_FORMAT" %} {% endif %} +{% if get_import_list %} +
+
{% trans "Imports (creation)" %}
+
{% for imprt in get_import_list %}{% if loop.counter %} ; {% endif %} + + + {{imprt}}{% endfor %}
+
+{% endif %} +{% if get_import_updated %} +
+
{% trans "Imports (update)" %}
+
{% for imprt in get_import_updated %}{% if loop.counter %} ; {% endif %} + + + {{imprt}}{% endfor %}
+
+{% endif %} {% endif %} -- cgit v1.2.3