From 40cab1e0837d96fcec56a59cf8e3178aa487349c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 16 Feb 2018 16:09:00 +0100 Subject: Arcaheological sites: add operations to sheet (refs #3913) --- archaeological_operations/templates/ishtar/sheet_site.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index 2f0ac9317..48b8b8009 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -41,4 +41,9 @@ {% field_flex_multiple "Periods" item.periods %} {% field_flex_multiple "Remains" item.remains %} + +{% trans "Operations" as operations %} +{% if item.operations.count %} +{% dynamic_table_document operations 'operations' 'archaeological_sites' item.pk '' output %} +{% endif %} {% endblock %} \ No newline at end of file -- cgit v1.2.3