{% extends "index.html" %} {% block style %} {{ super() }} {% endblock %}
{% block content %}
{% if title %}

{{ title }}

{% endif %} {% if db_error %}
{{ db_error }}
{% endif %} {% if form.errors %}
Veuillez corriger les erreurs suivantes :
    {% for field, error in form.errors %}
  • {{ field }} : {{ error }}
  • {% endfor %}
{% endif %}
{% form.test_new_form %}
{% endblock %} {% block footer %} Revenir à l'accueil

© 2025 My Web Application

{% endblock %}