diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-06-29 13:28:28 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-06-29 13:34:39 +0200 |
| commit | a5e659726ad8d7c17252f44cd2334d81c5146908 (patch) | |
| tree | af952bb3e34f97baafb2b882804be46cddb0ce99 | |
| parent | eb78c594001a72d2804ebfbfdd3ddadd02db52d1 (diff) | |
| download | Ishtar-a5e659726ad8d7c17252f44cd2334d81c5146908.tar.bz2 Ishtar-a5e659726ad8d7c17252f44cd2334d81c5146908.zip | |
✨ finds - sheets: "recommendations" and "current storage conditions"
| -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 %} |
