summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-29 10:50:22 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:23 +0100
commite958aa339d4c46cd8edb4624d0c28ccef0495657 (patch)
treef050a5808fdc4db4c07e6ddfa4255f26a8a867cc /archaeological_finds
parente9b02cd386f3ed5c0a7d08bb15c28872d18bb933 (diff)
downloadIshtar-e958aa339d4c46cd8edb4624d0c28ccef0495657.tar.bz2
Ishtar-e958aa339d4c46cd8edb4624d0c28ccef0495657.zip
Display container ref on find sheet
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index 163946fae..76dc14cd8 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -261,10 +261,11 @@
{% field_flex_detail "Collection" item.collection "large" %}
</div>
{% endif %}
- {% if item.container %}
+ {% if item.container or item.container_ref %}
<h3>{% trans "Warehouse - container" %}</h3>
<div class='row'>
{% field_flex_detail "Container" item.container "large" %}
+ {% field_flex_detail "Reference container" item.container_ref "large" %}
{% field_flex "Container ID" item.container.cached_location %}
{% field_flex_detail "Responsible warehouse" item.container.responsible %}
{% field_flex_detail "Location (warehouse)" item.container.location %}