{% extends 'base.html.twig' %} {% block title_start %}Login | {% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('login') }} {% endblock %} {% block body %} {% block main %} {% if error %} {{ error.messageKey|trans(error.messageData, 'security') }} {% endif %} {% if app.user %} You are logged in as {{ app.user.username }} Logout {% endif %} Se connecter {# https://symfony.com/doc/current/security/remember_me.html Remember me #} Connexion {% endblock %} {% block footer %} {% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('login') }} {% endblock %} {% endblock %}
You are logged in as {{ app.user.username }}