{% extends 'base.html' %}
{% import 'fomanticui.j2' as sui %}
{% block content %}
{% if logo_url %}
{% endif %}
{% trans %}Forgotten password{% endtrans %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endwith %}
{% trans %}
After this form is sent, if the email address or the login you provided
exists, you will receive an email containing a link that will allow you
to reset your password.
{% endtrans %}