{% extends 'base.html.twig' %} {% block body %} {% if error %} {{ error.messageKey|trans(error.messageData, 'security') }} {% endif %} {{ "email"|trans }}: {{ "password"|trans }}: {{ "login"|trans }} {% endblock %}