{# Copyright 2025 New Vector Ltd. 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.key_solid() }}

{{ _("mas.registration_token.headline") }}

{{ _("mas.registration_token.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=_("mas.registration_token.field"), name="token", form_state=form, class="mb-4") %} {% endcall %} {{ button.button(text=_("action.continue")) }}
{% endblock content %}