From 00822b4f57c61d5563f1ae4a47640ab1c754843c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Oct 2014 12:13:53 +0200 Subject: Decoupling archaeological files --- archaeological_operations/templates/ishtar/sheet_operation.html | 2 ++ 1 file changed, 2 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 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 %} -- cgit v1.2.3