{% if current_user.is_authenticated %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% if default_pw is defined and default_pw %}
Securite : Le mot de passe par defaut est encore actif. Changez-le maintenant.
{% endif %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}