{% extends 'base.html.twig' %} {% block title %}Log in!{% endblock %} {% block body %}

{% trans %}Connexion{% endtrans %}

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% endif %}
{#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {% endblock %}