{% extends "ishtar/wizard/wizard_done.html" %} {% load i18n %} {% block content %}

{% trans {%trans "Item successfully saved"%} %}

{% trans "You have saved the following informations:" %}

{% trans {%trans "The file must be processed before :"%} %} {% calculated_deadline %}

{% trans {%trans "The person in charge is : "%} %} {% responsible %}

{% trans {%trans "The internal reference of this file is :"%} %} {% Year %} - {% ref_index %} [{% ref_string %}]

{% for form_label, form_data in datas %} {% for data in form_data %} {% endfor %}
{{form_label}}
{{data.0}}{{data.1}}
{% endfor %}
{% endblock %}