{% extends 'backoffice/base.html' %} {% load bootstrap4 %} {% load i18n %} {% block title %} {% trans 'Event-new' %} | {{ conference.name }} {% endblock %} {% block content %} {% include "backoffice/assembly_edit_header.html" %}
{% show_disclaimer 'event_new' %}
{% csrf_token %}
{% trans 'Event-new' %}
{% bootstrap_form form %}
{% endblock %}