diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatmentfile.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 9 |
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"> |