summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-10-22 12:13:53 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2014-10-22 12:13:53 +0200
commit00822b4f57c61d5563f1ae4a47640ab1c754843c (patch)
treea077820cc605f6159417146e4f6cba312f856e1d /archaeological_operations/templates
parent5134f84b99674294d60d90d74ca979afd2ee40ec (diff)
downloadIshtar-00822b4f57c61d5563f1ae4a47640ab1c754843c.tar.bz2
Ishtar-00822b4f57c61d5563f1ae4a47640ab1c754843c.zip
Decoupling archaeological files
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index 0b5e58d56..138a94d14 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -84,8 +84,10 @@
{% trans "Associated parcels" as parcels_label %}
{% include "ishtar/blocks/window_tables/parcels.html" %}
+{% if item.administrative_act %}
{% trans "Administrativ acts" as administrativeacts_label %}
{% table_administrativact administrativeacts_label item.administrative_act.all %}
+{% endif %}
{% trans "Document from this operation" as operation_docs %}
{% if item.source.count %} {% table_document operation_docs item.source.all %}{% endif %}