summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2020-12-02 12:12:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:22 +0100
commiteb749255c67bad1603686eb6515bc48759b4fd2b (patch)
treebe5c181831a221d9c91774e9201605a5b37cda2c /archaeological_operations
parent3c6d4cca5fdb40850359c5a4cdf1f17fd5bd7473 (diff)
downloadIshtar-eb749255c67bad1603686eb6515bc48759b4fd2b.tar.bz2
Ishtar-eb749255c67bad1603686eb6515bc48759b4fd2b.zip
Sheet: complete identifier
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html3
-rw-r--r--archaeological_operations/templates/ishtar/sheet_site.html3
2 files changed, 6 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index 868040666..647fbb792 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -118,6 +118,9 @@
{% if item.year or item.operation_code %}
{{item.year|default:''}}-{{item.operation_code|default:''}}{% endif %}<br>
{% if item.code_patriarche %}OA{{item.code_patriarche}}{% endif %}
+ {% if item.complete_identifier %}<p class="window-refs"
+ title="{% trans 'Complete identifier' %}">
+ <strong>{{ item.complete_identifier }}</strong></p>{% endif %}
</div>
<div class="col text-muted">
{% include "ishtar/blocks/sheet_external_id.html" %}
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html
index a69d61a13..a7955572d 100644
--- a/archaeological_operations/templates/ishtar/sheet_site.html
+++ b/archaeological_operations/templates/ishtar/sheet_site.html
@@ -18,6 +18,9 @@
<div class="col main">
{{item.reference}}
{{item.name|default:''}}
+ {% if item.complete_identifier %}<p class="window-refs"
+ title="{% trans 'Complete identifier' %}">
+ <strong>{{ item.complete_identifier }}</strong></p>{% endif %}
</div>
<div class="col text-muted">
{% include "ishtar/blocks/sheet_external_id.html" %}