diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatment.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 9ec9db754..633fa1829 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -32,6 +32,10 @@ {% field_li "Organization" item.organization %} {% field_li "Start date" item.start_date %} {% field_li "Closing date" item.end_date %} + {% field_li "Estimated cost" item.estimated_cost|intcomma '' " "|add:CURRENCY %} + {% field_li "Quoted cost" item.quoted_cost|intcomma '' " "|add:CURRENCY %} + {% field_li "Realized cost" item.realized_cost|intcomma '' " "|add:CURRENCY %} + {% field_li "Insurance cost" item.insurance_cost|intcomma '' " "|add:CURRENCY %} </ul> {% if item.description or item.comment or item.goal %} {% field "Comment" item.comment "<pre>" "</pre>" %} @@ -49,5 +53,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 %} |
