{% extends 'base.html.twig' %} {% block title %}Connection{% endblock %} {% block body %}
{% if error %}
Mot de passe invalide -{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
Vous êtes connecté en tant que {{ app.user.username }}, Se déconnecter
{% endif %}
Connectez_vous
{# Uncomment this section and add a remember_me option below your firewall to activate remember me functionality. See https://symfony.com/doc/current/security/remember_me.html
#}
{% endblock %}