{% extends 'base.html.twig' %} {% block title %}{{ parent() }} | Connexion{% endblock %} {% block body %} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}
{# If you want to control the URL the user is redirected to on success #}
{% endblock %} {# {% extends 'base.html.twig' %} {% block title %}Log in!{% endblock %} {% block body %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% endif %}

Please sign in

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