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

{% trans "Associated persons" %}

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

{% trans "Associated archaeological files" %}

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

{% trans "Operator of archaeological operations" %}

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

{% trans "Adminact: operator of archaeological operations" %}

{% endif %} {% endblock %}