{% include 'head.html' %} {% include 'nav_index.html' %}

{{ _('Reset password') }}

{{ _('Fill up the form to reset the password') }}

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %} {% endfor %} {% endwith %}
{% include 'footer.html' %} {% include 'dark_light_mode_base.html' %}