diff options
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find_treatments.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find_treatments.html b/archaeological_finds/templates/ishtar/sheet_find_treatments.html index 560b8307c..338291d2a 100644 --- a/archaeological_finds/templates/ishtar/sheet_find_treatments.html +++ b/archaeological_finds/templates/ishtar/sheet_find_treatments.html @@ -25,6 +25,8 @@ {% field_flex _("Estimated value") item.estimated_value|default_if_none:''|intcomma '' ' '|add:CURRENCY %} {% field_flex _("Insurance value") item.insurance_value|default_if_none:''|intcomma '' ' '|add:CURRENCY %} {% field_flex _("Appraisal date") item.appraisal_date|date:"SHORT_DATE_FORMAT" %} + {% field_flex_multiple_obj _("Recommendations") item 'recommendations' %} + {% field_flex_multiple_obj _("Current storage conditions") item 'current_storage_conditions' %} {% field_flex_full _("Conservatory comment") item.conservatory_comment "<pre>" "</pre>" %} </div> {% endif %} |
