{% extends 'frontend/login.layout.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content%} {{ parent() }}
{% if error %}
{{ error.messageKey(error.messageData, 'security') }}
{% endif %} {% if msg %}
{{ msg }}
{% endif %} {% if enabledM %}
{{ enabledM }}
{% endif %} {% if dateNaissance %}
{{ dateNaissance }}
{% endif %}

CLUB

SYRES

Email
Date of birth
{# je laisse continuer mais je pense que c'est l'enverse l'inverse de quoi sinon je rien dis chrome 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
#}
or
{% endblock %} {% block footer %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}