{% extends 'base.html.twig' %} {% block content %}

Log in

{% if app.user %}

You are logged in as {{ app.user.userIdentifier }}. If you're not happy about that, log out.

{% else %} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}
{% endif %}
{% endblock %}