{% extends '@yuuno/master.twig' %} {% set title = 'Register' %} {% block js %} {% endblock %} {% block content %}
Register
{% if config('user.disable_registration') %}

You can't create an account right now!

Please try again later, sorry for the inconvenience.

{% else %}
By creating an account you agree to the Terms of Service.
You are only allowed to make a single account.
Didn't get your activation e-mail? Click here to resend it!
{% endif %}
{% endblock %}