{% extends 'base.html.twig' %} {% block title %}Formulaire de connexion {% endblock %} {% block body %}

Bienvenue sur l'application de gestion d'entreprise Click and Go !

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
Vous êtes connecté(e) en tant que : {{ app.user.userIdentifier }}, Déconnexion
{% endif %}

Veuillez vous identifier svp.

{# 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 encore inscrit ? Cliquez-ici
{% block stylesheets %} {% endblock %} {% endblock %}