{% extends "ishtar/wizard/confirm_wizard.html" %} {% load i18n %} {% block "extra_informations" %} {% if current_object.file_responsability.count %}

{% trans "In charge of archaeological files" %}

{% endif %} {% if current_object.general_contractor.count %}

{% trans "General contractor of archaeological files" %}

{% endif %} {% if current_object.responsible_town_planning_service.count %}

{% trans "Responsible for planning service of archaeological files" %}

{% endif %} {% if current_object.scientist.count %}

{% trans "Scientist in charge of archaeological files" %}

{% endif %} {% if current_object.operation_scientist_responsability.count %}

{% trans "Scientist in charge of archaeological operations" %}

{% endif %} {% if current_object.operation_responsability.count %}

{% trans "In charge of archaeological operations" %}

{% endif %} {% if current_object.cira_rapporteur.count %}

{% trans "Rapporteur CIRA des operations" %}

{% endif %} {% if current_object.adminact_operation_in_charge.count %}

{% trans "Administrativ act: in charge of archaeological operations" %}

{% endif %} {% if current_object.adminact_scientist.count %}

{% trans "Administrativ act: scientist in charge" %}

{% endif %} {% if current_object.signatory.count %}

{% trans "Administrativ act: signatory" %}

{% endif %} {% if current_object.warehouse_in_charge.count %}

{% trans "In charge of warehouses" %}

{% endif %} {% if current_object.treatments.count %}

{% trans "Treatments of items" %}

{% endif %} {% if current_object.properties.count %}

{% trans "Property of items" %}

{% endif %} {% if current_object.parcel_owner.count %}

{% trans "Owns parcels" %}

{% endif %} {% if current_object.author.count %}

{% trans "Author" %}

{% endif %} {% endblock %}