summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds')
-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 %}