{% extends 'unlog.html.twig' %} {% block title %}Connexion{% endblock %} {% block body %}

Bonjour !

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
Tu es déjà connecter avec {{ app.user.userIdentifier }}, Déconnexion
{% endif %}

Connectez-vous

{#
#} {# #} {# Login with Google#} {# #} {# #} {# Login with Facebook#} {# #}

{% endblock %}