{# 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.block() }}

{{ _("mas.account.locked.heading") }}

{% set mxid = "@" + user.username + ":" + branding.server_name %}

{{ _("mas.account.locked.description", mxid=mxid) }}

{{ logout.button(text=_("action.sign_in"), csrf_token=csrf_token) }}
{% endblock %}