From eb749255c67bad1603686eb6515bc48759b4fd2b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 2 Dec 2020 12:12:02 +0100 Subject: Sheet: complete identifier --- .../templates/ishtar/sheet_contextrecord.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index bcfb8db97..e6097db42 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -108,7 +108,9 @@
{% include "ishtar/blocks/window_image.html" %}
-

+ {% if item.complete_identifier %}

+ {{ item.complete_identifier }}

{% endif %}

{{ item.parcel.short_label }}

{{ item.label|default:"" }}

{% include "ishtar/blocks/sheet_external_id.html" %} -- cgit v1.2.3