summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/templates/ishtar/sheet_container.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html')
-rw-r--r--archaeological_warehouse/templates/ishtar/sheet_container.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html
index 4a7b2f0b9..94be2fc04 100644
--- a/archaeological_warehouse/templates/ishtar/sheet_container.html
+++ b/archaeological_warehouse/templates/ishtar/sheet_container.html
@@ -6,9 +6,11 @@
{% block content %}
{% window_nav item window_id 'show-container' '' '' '' previous next 1 %}
+<p class="window-refs">{{ item.reference|default:"" }}</p>
+<p class="window-refs">{{ item.container_type|default:"" }}</p>
+{% include "ishtar/blocks/sheet_external_id.html" %}
+
<ul class='form-flex'>
- {% field_li "Reference" item.reference %}
- {% field_li "Container type" item.container_type %}
{% field_li_detail "Responsible warehouse" item.responsible %}
{% field_li_detail "Location (warehouse)" item.location %}
</ul>