From ae9366fc3f24d869fa9cce7c0077d06e6db95571 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Apr 2018 13:23:35 +0200 Subject: New type of operation: court-ordered seizure with associated fields (refs #4048) * models * migrations * wizard panel * forms * sheet --- archaeological_operations/templates/ishtar/sheet_operation.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 3be570326..8530d0579 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -131,6 +131,15 @@ {% endif %} +{% if item.seizure_name or item.official_report_number or item.name_of_the_protagonist %} +

{% trans "Court-ordered seizure"%}

+
+ {% field_flex "Seizure name" item.seizure_name %} + {% field_flex "Official report number" item.official_report_number %} + {% field_flex "Name of the protagonist" item.name_of_the_protagonist %} +
+{% endif %} + {% if not next %} {% if item.towns.count %}

{% trans "Localisation"%}

-- cgit v1.2.3