{% extends "backoffice/base.html" %} {% load django_bootstrap5 %} {% load i18n %} {% block content %}
{% trans "Assembly__create__title" %}
{% if registration_closed %}
{% trans "Assembly__registration__closed" %}
{% else %}
{% csrf_token %} {% bootstrap_form form %}
{% endif %}
{% endblock content %}