{# Copyright 2024, 2025 New Vector Ltd. Copyright 2024 The Matrix.org Foundation C.I.C. SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial Please see LICENSE files in the repository root for full details. -#} {% extends "base.html" %} {% block content %}
{{ icon.email_solid() }}

{{ _("mas.recovery.start.heading") }}

{{ _("mas.recovery.start.description") }}

{% if form.errors is not empty %} {% for error in form.errors %}
{{ errors.form_error_message(error=error) }}
{% endfor %} {% endif %} {% call(f) field.field(label=_("common.email_address"), name="email", form_state=form) %} {% endcall %} {{ button.button(text=_("action.continue"), type="submit") }}
{% endblock content %}