{% load compress %} {% load i18n %} {% load static %} {% if config.REGISTRATION_STATUS != 'soon' and config.REGISTRATION_URL %} {% trans "Redirecting to CTE..." %} {% elif config.REGISTRATION_STATUS == 'closed' and not config.REGISTRATION_URL%} {% trans "Registration is closed" %} {% else %} {% trans "Registration not ready" %} {% endif %} {% if debug %} {% else %} {% compress css %} {% endcompress %} {% endif %} {% if config.REGISTRATION_STATUS != 'soon' and config.REGISTRATION_URL %}
{% csrf_token %}

{% trans "Please wait while we redirect you to registration." %}

{% elif config.REGISTRATION_STATUS == 'closed' and not config.REGISTRATION_URL%}

{% trans "Registration is closed." %}

{% else %}

{% trans "Registration is not yet ready, please come back later." %}

{% endif %}