{% extends 'base.html.twig' %} {% block title %}{{ 'login.title'|trans }}{% endblock %} {% block body %}

{{ 'login.title'|trans }}

{% if error %}

{{ error.messageKey|trans(error.messageData, 'security') }}

{% endif %}
{% endblock %}