{% extends "ishtar/wizard/wizard_done.html" %} {% load i18n %} {% block content %}
{% trans {%trans "Please note that the file must be processed before :"%} %} {% calculated_deadline %}
{% trans {%trans "Item successfully saved"%} %}
{% trans "You have saved the following informations:" %}
{% 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 %}{{label}} | {{data}} | {% endfor %}
---|