{% extends theme('base.html') %} {% import 'fomanticui.html' as sui %} {% block content %}

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

{% 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 %}