From 9f1d4652d892601b3c690daf04189d0fc7f7bf32 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 19 Apr 2021 17:10:43 +0200 Subject: sheet find: add container index - CSV export: deduplicate multi-values --- archaeological_finds/templates/ishtar/sheet_find.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 44a463fe9..57bcc9aef 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -308,6 +308,16 @@ + {% if item.container.index %} +
+
+
{% trans "Index" %}
+
+ {{ item.container.location }} - {{ item.container.index }} +
+
+
+ {% endif %} {% endif %} {% endif %} -- cgit v1.2.3