From 78cb0d4794a80c99e17f96a06e68951d5221d0f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 16 Oct 2016 23:29:41 +0200 Subject: List and export context record relations (refs #3329) --- archaeological_operations/templates/ishtar/sheet_operation.html | 5 +++++ 1 file changed, 5 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 98a69a5f1..07f8d8ab0 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -113,6 +113,11 @@ {% dynamic_table_document '' 'context_records_for_ope' 'operation' item.pk 'TABLE_COLS_FOR_OPE' output %} {% endif %} +{% trans "Context record relations" as cr_rels %} +{% if item.context_record_relations_q.count %} +{% dynamic_table_document cr_rels 'context_records_relations' 'left_record__operation' item.pk '' output %} +{% endif %} + {% trans "Documents from associated context records" as cr_docs %} {% if item.context_record_docs_q.count %} {% dynamic_table_document cr_docs 'context_records_docs' 'context_record__operation' item.pk '' output %} -- cgit v1.2.3