{% load i18n cms_tags sekizai_tags apphooks_config_tags bootstrap3 %}
{% 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!" %}
{% endif %} {# INFO: shown when registration is open #} {% if not already_registered and not event.is_registration_deadline_passed %} {% endif %}