{% extends 'accueil.html.twig' %} {% block contenu %}

Bienvenue !

{% if error is defined%} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% endif %} {% if app.user %}
Vous êtes déjà connecté en tant que {{ app.user.username }}, Me déconnecter
{% endif %}
{% if last_username is defined %} {% else %} {% 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 %}