{% extends 'auth/master.twig' %} {% from 'macros.twig' import container_title %} {% from '_layout/input.twig' import input_hidden, input_csrf, input_text %} {% set title = 'Forgot password' %} {% block content %}
{{ container_title(' Forgot password') }} {{ input_csrf() }} {% if password_notices|length > 0 %}
{% for notice in password_notices %}

{{ notice }}

{% endfor %}
{% endif %}
Log in
{% endblock %}