{# Copyright 2025 New Vector Ltd. SPDX-License-Identifier: AGPL-3.0-only Please see LICENSE in the repository root for full details. -#} {% extends "base.html" %} {% block content %}
{{ icon.error_solid() }}

{{ _("mas.email_in_use.title", email=email) }}

{{ _("mas.email_in_use.description") }}

{% set params = action | default({}) | to_params(prefix="?") %} {{ button.link_outline(text=_("action.start_over"), href="/register" ~ params) }}
{% endblock %}