{% extends 'base/login_base.html.twig' %} {% block title %}Connexion{% endblock %} {% block body %}
Logo de Parallèle Activities

Connexion

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
Tu es déjà connecté.e avec cette adresse mail : {{ app.user.userIdentifier }}. Déconnexion Dashboard
{% endif %} {# 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 %}