{% extends "_layout.html.j2" %} {% import "_components/form.html.j2" as form %} {%- block head -%} {%- endblock -%} {%- block title -%} Sign up {%- endblock -%} {%- block content -%}
This server is not currently accepting new accounts.
{% when RegisterBody::UsernamePrompt { allow_federation, untrusted_flow_status, trusted_flow_status, username_error, next } %}You're about to register a new Matrix account on {{ server_name }}.
{% if allow_federation %}Like email, Matrix is a network of servers. Your account will be able to talk to users on hundreds of different Matrix servers across the world.
{% endif %}Choose a username to continue.
{% when RegisterBody::DetailsPrompt { username, require_email, flow, terms, validation_errors } %} {% let validation_errors = validation_errors.clone() %} {% let field_errors = validation_errors.field_errors() %} {% endmatch %}