{% extends '@auth/master.twig' %} {% block content %}
{% if prevent_registration|default(false) %}

You're currently using the site via the public testing website, if you want to create an account please do so from the main website.

{% else %}
{{ auth_register_message|default(auth_register_error|default('')) }}
{% endif %}
{#
{{ auth_restore_message|default(auth_restore_error|default('')) }}
#}
{% endblock %}