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

{% endif %}
{% if session('status') %}

{{ session('status') }}

{% else %}

{{ 'reset_password'|_ }}

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