diff options
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 5 |
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 f1c5b6ec8..8b7a0f152 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -100,6 +100,11 @@ {% dynamic_table_document operations 'operations' 'archaeological_sites' item.pk '' output %} {% endif %} +{% trans "Context records" as cr_label %} +{% if item.context_records.count %} +{% dynamic_table_document cr_label 'context_records' 'archaeological_sites' item.pk '' output %} +{% endif %} + {% if item.finds.count and not item.finds_not_available %} {% trans "Finds" as finds %} {% dynamic_table_document finds 'finds' 'base_finds__context_record__archaeological_site' item.pk '' output %} |