{% extends "base.html" %} {% load i18n %} {% load range %} {% block content %}
{% csrf_token %}

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

{% for label, data in datas %} {% endfor %}
{{label}}{{data}}

{% trans "Would you like to save them?" %}

{{ previous_fields|safe }}
{% endblock %}