{% extends 'frontend/login.layout.html.twig' %} {% block title %}Log in!{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content%} {{ parent() }}
{% if error %}
{{ error.messageKey(error.messageData, 'security') }}
{% endif %} {# {% if app.user %}
You are logged in as {{ app.user.username }}, Logout
{% endif %} #}

Log in

CLUB

SYRES

{# 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
#}
{% endblock %} {% block footer %} {% endblock %}