summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-15 20:03:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-15 20:03:49 +0200
commit7ebda78b25c9d3f5144a73de1ac9d2fe3036334a (patch)
tree457ab706effc2afa352e17367bb8859ddaef768f /archaeological_operations/templates
parente0a07d991071f1049a2f7e6d7bfe6bdc02bfcaf8 (diff)
downloadIshtar-7ebda78b25c9d3f5144a73de1ac9d2fe3036334a.tar.bz2
Ishtar-7ebda78b25c9d3f5144a73de1ac9d2fe3036334a.zip
Operation: add judiciary fields
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index cc556a9fd..e12742aa9 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -239,12 +239,14 @@
</div>
{% endif %}
- {% if item.seizure_name or item.official_report_number or item.name_of_the_protagonist %}
+ {% if item.seizure_name or item.official_report_number or item.name_of_the_protagonist or item.applicant_authority or item.minutes_writer %}
<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 %}
+ {% field_flex "Applicant authority" item.applicant_authority %}
+ {% field_flex "Writer of the minutes" item.minutes_writer %}
</div>
{% endif %}