{% extends 'base.html.twig' %} {% block title %}Sign in{% endblock %} {% block body %} Sign in {% if error %} {{ error.messageKey|trans(error.messageData, 'security') }} {% endif %} {% if app.user %} You are logged in as {{ app.user.userIdentifier }}, Logout {% endif %} Username Password Remember me {# Lost password? #} Sign in {% endblock %}