summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-09-30 14:06:45 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-02 23:15:26 +0200
commit93ece4d67007e86066726d9b724a7fefa86db68f (patch)
tree33979ef9781993a9e983b0dcf4b6937fdead229a /archaeological_finds/templates
parentcacd9f9389b4ccf136cf50191a36b7fbaf4bbded (diff)
downloadIshtar-93ece4d67007e86066726d9b724a7fefa86db68f.tar.bz2
Ishtar-93ece4d67007e86066726d9b724a7fefa86db68f.zip
🗃️ finds - specific tables for recommended treatments
Diffstat (limited to 'archaeological_finds/templates')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find_treatments.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find_treatments.html b/archaeological_finds/templates/ishtar/sheet_find_treatments.html
index 265d6b45a..961134691 100644
--- a/archaeological_finds/templates/ishtar/sheet_find_treatments.html
+++ b/archaeological_finds/templates/ishtar/sheet_find_treatments.html
@@ -9,20 +9,20 @@
</div>
{% endif %}
{% endcomment %}
- {% if item.integrities_count or item.remarkabilities_count or item.conservatory_states_count or item.conservatory_comment or item.alterations.count or item.alteration_causes.count or item.preservation_to_considers.count or item.appraisal_date or item.treatment_emergency or item.insurance_value or item.estimated_value %}
+ {% if item.integrities_count or item.remarkabilities_count or item.conservatory_states_count or item.conservatory_comment or item.alterations.count or item.alteration_causes.count or item.recommended_treatments.count or item.appraisal_date or item.treatment_emergency or item.insurance_value or item.estimated_value %}
<h3>{% trans "Preservation" %}</h3>
<div class='row'>
- {% field_flex_multiple_obj "Integrity" item 'integrities' %}
- {% field_flex_multiple_obj "Remarkability" item 'remarkabilities' %}
+ {% field_flex_multiple_obj _("Integrity") item 'integrities' %}
+ {% field_flex_multiple_obj _("Remarkability") item 'remarkabilities' %}
{% field_flex_multiple_obj _("Conservatory states") item 'conservatory_states' %}
- {% field_flex_multiple_obj "Alteration" item 'alterations' %}
- {% field_flex_multiple_obj "Alteration cause" item 'alteration_causes' %}
- {% field_flex_multiple_obj "Recommended treatments" item 'preservation_to_considers' %}
- {% field_flex "Treatment emergency" item.treatment_emergency %}
- {% 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 %}
- {% field_flex_full "Conservatory comment" item.conservatory_comment "<pre>" "</pre>" %}
+ {% field_flex_multiple_obj _("Alteration") item 'alterations' %}
+ {% field_flex_multiple_obj _("Alteration cause") item 'alteration_causes' %}
+ {% field_flex_multiple_obj _("Recommended treatments") item 'recommended_treatments' %}
+ {% field_flex _("Treatment emergency") item.treatment_emergency %}
+ {% 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 %}
+ {% field_flex_full _("Conservatory comment") item.conservatory_comment "<pre>" "</pre>" %}
</div>
{% endif %}
{% if item.container or item.container_ref %}