{% if title %}
{% endif %}
{% if form.errors %}
{% endif %}
{{ title }}
{% endif %} {% if db_error %}
{% block message %}
{% messages %}
{% endblock %}
{% if username or email or age %}
{% endif %}
Informations Utilisateur
Utilisateur :
{{ username }}
{% if email %}
Email :
{{ email }}
{% endif %}
{% if age %}
Âge :
{{ age }} ans
{% endif %}