{################################################################################################################## name : login.html.twig Role : form template for authentication author : tristesire date : 25/02/2021 ###################################################################################################################} {% extends 'base_template.html.twig' %} {% block title %} Log in! {% endblock %} {% block stylesheets %} {{ parent () }} {% endblock %} {% block main_content %}

authentification

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% 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
#}

Pas encore membre?Créez votre compte ici

{% endblock %}