summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-10-24 13:22:17 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2014-10-24 13:22:17 +0200
commitd695f66549a9fb09b0f7f9770beaff35665c84ad (patch)
tree5f09ba0e34a164df16099c779aa4f30c6e4ae3a0 /archaeological_operations/templates
parentf9b696d7515cc5671de438b7bb37974b239d5d42 (diff)
downloadIshtar-d695f66549a9fb09b0f7f9770beaff35665c84ad.tar.bz2
Ishtar-d695f66549a9fb09b0f7f9770beaff35665c84ad.zip
Display Administrativ Act after validation (refs #2084)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_administrativeact.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html
index 0457d9260..23dc0a4c1 100644
--- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html
+++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html
@@ -13,6 +13,7 @@
{% if item.index %}<p><label>{%trans "Numerical reference:"%}</label> <span class='value strong'>{{ item.index }}</span></p>{% endif %}
{% if item.ref_sra %}<p><label>{%trans "Internal reference:"%}</label> <span class='value strong'>{{ item.ref_sra }}</span></p>{% endif %}
<p><label>{%trans "Type:"%}</label> <span class='value'>{{ item.act_type }}</span></p>
+{% if item.act_object %}<p><label>{%trans "Object:"%}</label> <span class='value'>{{ item.act_object }}</span></p>{% endif %}
<p><label>{%trans "Signature date:"%}</label> <span class='value'>{{ item.signature_date }}</span></p>
<p><label>{%trans "In charge:"%}</label> <span class='value'>{{ item.in_charge.full_label }}</span></p>
{% if item.operator %}<p><label>{%trans "Archaeological preventive operator:"%}</label> <span class='value'>{{ item.operator }}</span></p>{% endif %}