{% extends 'baselogin.html.twig' %} {% block title %}Mani'Educ - Connexion {% endblock %} {% block description %}Connexion {% endblock %} {% block register %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.firstname }}, Logout
{% 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
#}

Pas de compte? Inscrivez-vous

{% endblock %}