{% extends "auth/base.html.twig" %} {% block head_title %}{{ 'security.login_title'|trans }}{% endblock %} {% block body %}
{#
#} {#
#} {#logo#} {#
#} {#
#}

{{ 'security.reset_title'|trans }}

{{ form_row(form._token) }}
Password reset instructions will be sent to this email address. {{ form_errors(form.username) }}
{#
Forgot Password?
#}
{% endblock body %}