{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {%- block title -%} {%- trans -%}Forgotten password{%- endtrans -%} {%- endblock -%} {% 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 %}
{% call fui.render_form(form) %} {{ fui.render_field(form.login, icon="user") }}
{% if has_registration %} {{ _("Create an account") }} {% endif %} {{ _("Login page") }}
{% endcall %}
{% endblock %}