summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/sheet_operation.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index 8801855cd..f13a21336 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -96,8 +96,8 @@
</div>
</div>
<div class="row">
- {% field_flex_multiple "Remains" item.remains %}
- {% field_flex_multiple "Periods" item.periods %}
+ {% field_flex_multiple_obj "Remains" item 'remains' %}
+ {% field_flex_multiple_obj "Periods" item 'periods' %}
{% field_flex "Record quality" item.record_quality_type %}
{% field_flex "Report delivery date" item.report_delivery_date %}
{% field_flex "Report processing" item.report_processing %}
@@ -155,7 +155,14 @@
</div>
{% endif %}
-{% if not next %}
+{% if next %}
+{% if item|m2m_listing:'towns' %}
+<h3>{% trans "Localisation"%}</h3>
+<div class="row">
+ {% field_flex_full "Towns" item|m2m_listing:'towns'|join:" ; " %}
+</div>
+{% endif %}
+{% else %}
{% if item.towns.count %}
<h3>{% trans "Localisation"%}</h3>
<div class="row">