{% extends 'loginBase.html.twig' %} {% block title %}Connexion!{% endblock %} {% block body %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
Vous êtes connecté en tant que "{{ app.user.userIdentifier }}", Se déconnecter
{% endif %}

{{ getConfigurationValeurByCode('LOGIN_QUESTION') }}

{% endblock %}