{% load i18n cms_tags sekizai_tags apphooks_config_tags bootstrap3 %} {# INFO: shown when registration is closed #} {% if event.is_registration_deadline_passed %}

{% trans "The registration deadline for this event has passed, registration is closed." %}

{% endif %} {# INFO: shown when successfully registered #} {% if already_registered and not event.is_registration_deadline_passed %}

{% trans "Thank you for your registration!" %}

{% csrf_token %}
{% endif %} {# INFO: shown when registration is open #} {% if not already_registered and not event.is_registration_deadline_passed %}
{% csrf_token %} {{ form.as_p }}
{% endif %}