From fede9d67cbdaa9af7d431af4a8c1ae81bafa0984 Mon Sep 17 00:00:00 2001
From: Étienne Loks
Date: Thu, 8 Sep 2016 12:10:26 +0200
Subject: Operation: manage deadline for finds and documentation receipt (refs
#3191)
---
archaeological_operations/templates/ishtar/sheet_operation.html | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
(limited to 'archaeological_operations/templates')
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index ba63dfa1c..5efd0c2b7 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -34,8 +34,6 @@
{% if item.is_active %}{%trans "Active file"%}
{% else %}{%trans "Closed operation"%} {% endif %}
{% if item.closing.date %} {{ item.closing.date }} {%trans "by" %} {{ item.closing.user }}{% endif %}
-{% field_li "Report delivery date" item.report_delivery_date %}
-{% field_li "Report processing" item.report_processing %}
{% field_li "Type" item.operation_type %}
{% if item.surface %} {{ item.surface }} m2 ({{ item.surface_ha }} ha){% endif %}
{% if item.cost %} {{ item.cost }} €{% if item.cost_by_m2 %}, ({{ item.cost_by_m2 }} €/m2){%endif%}{%endif%}
@@ -44,6 +42,12 @@
{% field_li_multiple "Periods" item.periods %}
{% if item.QUALITY_DICT %}{% field_li "Record quality" item.record_quality|from_dict:item.QUALITY_DICT %}{% endif %}
{% if item.history_object and item.history_object.QUALITY_DICT %}{% field_li "Record quality" item.record_quality|from_dict:item.history_object.QUALITY_DICT %}{% endif %}
+{% field_li "Report delivery date" item.report_delivery_date %}
+{% field_li "Report processing" item.report_processing %}
+{% field_li "Deadline for submission of the documentation" item.documentation_deadline %}
+{% field_li "Documentation received" item.documentation_received %}
+{% field_li "Deadline for submission of the finds" item.finds_deadline %}
+{% field_li "Finds received" item.finds_received %}
{% field_li_detail "Associated file" item.associated_file %}
{% field_li "Responsible for town planning service" item.associated_file.responsible_town_planning_service.full_address %}
{% if item.associated_file.town_planning_service %}
--
cgit v1.2.3