diff options
Diffstat (limited to 'archaeological_operations/templates/ishtar/sheet_site.html')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index ec00480d9..86ae666f4 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -55,4 +55,9 @@ {% if item.operations.count %} {% dynamic_table_document operations 'operations' 'archaeological_sites' item.pk '' output %} {% endif %} -{% endblock %}
\ No newline at end of file + +{% trans "Finds" as finds %} +{% dynamic_table_document finds 'finds' 'base_finds__context_record__archaeological_site' item.pk '' output %} + +context_records +{% endblock %} |