{% extends 'base.html' %} {% import 'fomanticui.j2' as sui %} {% import 'flask.j2' as flask %} {% block content %}

{% if logo_url %} {% endif %}
{% trans %}Forgotten password{% endtrans %}

{{ flask.messages() }}
{% 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 %}
{{ form.hidden_tag() if form.hidden_tag }} {{ sui.render_field(form.login, icon="user") }} {{ _("Login page") }}
{% endblock %}