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

Registration is disabled.

Please try again later.

{% else %}
Register
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 %}