diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-17 19:24:28 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-17 19:24:28 +0200 |
| commit | 64bb69c03ce1688c72b3f7ebd0e1550cd941aa69 (patch) | |
| tree | 904d5a6c1c12572d5a81ed7831deabfb3cc08828 /archaeological_operations/templates | |
| parent | f102f5855c878f35a529aa6e1947e7516a1a67fa (diff) | |
| parent | 461e0320a8426fe82c4f6a7fd9cfa376c767fbdd (diff) | |
| download | Ishtar-64bb69c03ce1688c72b3f7ebd0e1550cd941aa69.tar.bz2 Ishtar-64bb69c03ce1688c72b3f7ebd0e1550cd941aa69.zip | |
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_operations/templates')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 %} |
