{% 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.recommended_treatments.count or item.appraisal_date or item.treatment_emergency or item.insurance_value or item.estimated_value %}
{% trans "Container information not available." %}
{% endif %}
{% endif %}
{% if item.statement_conditions.exists %}
{% trans "Statements of condition" %}
{% for statement_condition in item.statement_conditions_list %}
{% with even=forloop.counter|divisibleby:2 %}
{% include "ishtar/blocks/sheet_statement_condition.html" %}
{% endwith %}
{% endfor %}
{% endif %}
{% if item.upstream_treatment or item.downstream_treatment or non_modif_treatments_count %}
{% if item.upstream_treatment %}
{% trans "Upstream treatment" %}
{% trans "Year - index" %}
{% trans "Label" %}
{% trans "Type" %}
{% trans "State" %}
{% trans "Related finds (max. 15 displayed)" %}
{% trans "Doer" %}
{% if can_view_container %}
{% trans "Container" %}
{% endif %}
{% trans "Start date" %}
{% trans "End date" %}
{% for items, treatment in item.limited_upstream_treatments %}
{% 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 %}