{% 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_forgot_message|default(auth_forgot_error|default('')) }}
{% endblock %}