{% extends 'base.html.twig' %} {% block title %}{{ parent() }}{% endblock %} {% block body_tag %}class="bg-evalulu"{% endblock %} {% block nav %}{% endblock %} {% block body %}
EVALULU
SERVER

{{ "CONNEXION"|trans }}

{% 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
#}
{% endblock %}