summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-16 19:10:27 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-16 19:11:07 +0200
commitfebbff8a79c83d27d36003ca89559e7be8f59ffe (patch)
tree28182d81f4cf3b4efebf6c0cb5d241dd38b5ea5b /archaeological_finds/templates/ishtar/sheet_treatmentfile.html
parent6faa859d7dc69ee873bda8e5e695ce4332462435 (diff)
downloadIshtar-febbff8a79c83d27d36003ca89559e7be8f59ffe.tar.bz2
Ishtar-febbff8a79c83d27d36003ca89559e7be8f59ffe.zip
Treatment, treatment files: add scientific manager - exhibition fields
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfile.html')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentfile.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
index 072285262..6519e4f47 100644
--- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
+++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html
@@ -42,6 +42,15 @@
{% include "ishtar/blocks/sheet_json.html" %}
</div>
+{% if item.exhibition_name or item.exhibition_start_date or item.exhibition_end_date %}
+<h3>{% trans "Exhibition" %}</h3>
+<div class="row">
+ {% field_flex "Name" item.exhibition_name %}
+ {% field_flex "Start date" item.exhibition_start_date %}
+ {% field_flex "End date" item.exhibition_end_date %}
+</div>
+{% endif %}
+
{% if item.applicant %}
<h3>{% trans "Applicant" %}</h3>
<div class="row">