{% extends "./layout/guest.twig" %} {% block content %} {% if session.status %}
{{ session.status }}
{% endif %} {% if errors|length > 0 %}
Whoops! There were some problems with your input.

{% endif %}

Reset your password

I want to login
I forgot my password
{% endblock %}