{% extends 'base.html.twig' %} {% block title %} Login {% endblock %} {% block body %} {{ parent() }} {% if error %} {{ error.messageKey|trans(error.messageData, 'security') }} {% endif %} Email: Heslo: {# If you want to control the URL the user is redirected to on success #} Přihlásit se Registrovat se {% endblock %}