diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-10 15:42:40 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-10 15:42:40 +0100 |
commit | f538bbeea8d9f7493752d171fe517ec67afd33b2 (patch) | |
tree | 23efa1e1d0343d405ff3ce68711166dab2cdda7d /archaeological_finds/templates/ishtar/sheet_treatment.html | |
parent | 2521d3aa13c14982c4456ed637c6e55f0077f26a (diff) | |
download | Ishtar-f538bbeea8d9f7493752d171fe517ec67afd33b2.tar.bz2 Ishtar-f538bbeea8d9f7493752d171fe517ec67afd33b2.zip |
Treatment sheet: list related operations
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatment.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 9ec9db754..1b95ec288 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -49,5 +49,8 @@ {% dynamic_table_document finds 'finds_for_treatment' 'upstream_treatment' item.pk 'TABLE_COLS_FOR_OPE' output %} {% endif %} +{% trans "Related operations" as related_operations %} +{% dynamic_table_document related_operations 'operations' 'related_treatment' item.pk 'TABLE_COLS' output %} + {% endblock %} |