{% extends "main.html" %} {% block title %}{{ titre }}{% endblock %} {% block content %}
{% if type == "err" %}
{{ message }}
{% endif %} {% if type == "avert" %}
{% for ident,valeur in parametres %} {%endfor%}
{{ message }}
{% for ident, nom in boutons %} {% endfor %}
{% endif %}
{% endblock %}