summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_operations/templates/ishtar/sheet_site.html5
1 files changed, 5 insertions, 0 deletions
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 %}
</div>
+
+{% 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