{% extends "template.html" %} {% block content %}

Connexion

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, msg in messages %}

{{ msg }}

{% endfor %}
{% endif %} {% endwith %}
{% if registration_enabled %}

Pas encore de compte ? Créer un compte

{% endif %}
{% endblock %}