{% set title, page_active, page_categorie = '', '', '' %} Login
Utilisateur ou mot de passe invalid
{% if app.user %}
You are logged in as {{ app.user.username }}, 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
#}