{% load i18n cms_tags standard_form sekizai_tags apphooks_config_tags %} {% if event.enable_registration %}
{% trans "The registration deadline for this event has passed, registration is closed." %}
{% endif %} {% if already_registered and not event.is_registration_deadline_passed %}{% trans "Thank you for your registration!" %}
{% block event_registration %}{% static_placeholder "events_registration" %}{% endblock %} {% endif %} {% if not already_registered and not event.is_registration_deadline_passed %} {% endif %}