summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_find.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-19 17:10:43 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-04-19 17:10:43 +0200
commit9f1d4652d892601b3c690daf04189d0fc7f7bf32 (patch)
tree76a41b178511f2e4767e3bf534e9536a4754c94f /archaeological_finds/templates/ishtar/sheet_find.html
parent56f3d60a5654cee3be2282cb9b1f01995eae885c (diff)
downloadIshtar-9f1d4652d892601b3c690daf04189d0fc7f7bf32.tar.bz2
Ishtar-9f1d4652d892601b3c690daf04189d0fc7f7bf32.zip
sheet find: add container index - CSV export: deduplicate multi-values
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_find.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html10
1 files changed, 10 insertions, 0 deletions
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 @@
</nav>
</dd>
</dl>
+ {% if item.container.index %}
+ <div class='row'>
+ <dl class="col-12 flex-wrap">
+ <dt>{% trans "Index" %}</dt>
+ <dd>
+ {{ item.container.location }} - {{ item.container.index }}
+ </dd>
+ </dl>
+ </div>
+ {% endif %}
{% endif %}
</div>
{% endif %}