summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commita5e659726ad8d7c17252f44cd2334d81c5146908 (patch)
treeaf952bb3e34f97baafb2b882804be46cddb0ce99
parenteb78c594001a72d2804ebfbfdd3ddadd02db52d1 (diff)
downloadIshtar-a5e659726ad8d7c17252f44cd2334d81c5146908.tar.bz2
Ishtar-a5e659726ad8d7c17252f44cd2334d81c5146908.zip
✨ finds - sheets: "recommendations" and "current storage conditions"
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find_treatments.html2
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 %}