{% extends "./layout/guest" %} {% block content %} {% if errors|length > 0 %}
{{ 'flash_error'|_ }} {{ 'problems_with_input'|_ }}

{% endif %}

{{ 'reset_password'|_ }}

{{ 'want_to_login'|_ }}
{% if allowRegistration %} {{ 'register_new_account'|_ }}
{% endif %}
{% endblock %}