{% 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 %}
{% for find_treatment in treatment.get_find_treatment_list %}{% if find_treatment.find.pk == item.pk %}{{ find_treatment.full_location|default_if_none:"-" }}{% if find_treatment.location_type_label %} {{find_treatment.location_type_label}}{% endif %}{% endif %}{% endfor %}
{% endif %}
{{ treatment.start_date|default_if_none:"-" }}{% if treatment.end_date %}/{{ treatment.end_date|default_if_none:"-" }}{% endif %}
{% endfor %}
{% if can_view_container and item.container_fisrt_full_location %}
{% trans "First packaging" %}
{{ item.container_fisrt_full_location }} {% if item.container_fisrt_full_location == item.container_ref_fisrt_full_location %}{% trans "Reference/current" %}{% else %}{% trans "Current" %}{% endif %}
{% endif %}
{% if can_view_container and item.container_ref_fisrt_full_location and item.container_ref_fisrt_full_location != item.container_fisrt_full_location %}
{% trans "First packaging" %}
{{ item.container_ref_fisrt_full_location }} {% trans "Reference" %}
{% endif %}
{% endif %}
{% if item.associated_treatment_files_count %}
{% trans "Treatment requests" %}
{% trans "Year - index" %}
{% trans "Type" %}
{% trans "Name" %}
{% trans "Person in charge" %}
{% trans "Applicant" %}
{% trans "Applicant organisation" %}
{% trans "Reception date" %}
{% trans "End date" %}
{% for treatment_file in item.associated_treatment_files %}