diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_operation.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ </div> {% endif %} +{% if item.seizure_name or item.official_report_number or item.name_of_the_protagonist %} +<h3>{% trans "Court-ordered seizure"%}</h3> +<div class="row"> + {% 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 %} +</div> +{% endif %} + {% if not next %} {% if item.towns.count %} <h3>{% trans "Localisation"%}</h3> |