{% extends "pretixcontrol/events/create_base.html" %} {% load i18n %} {% load bootstrap3 %} {% block form %}

{% trans "Create a new event" %} {% blocktrans trimmed with step=wizard.steps.step1 %} Step {{ step }} {% endblocktrans %}

{% bootstrap_field form.organizer layout="horizontal" %} {% bootstrap_field form.locales layout="horizontal" %} {% bootstrap_field form.has_subevents layout="horizontal" %}

{% trans "Please note that you will only be able to delete your event until the first order has been created." %}

{% if wizard.steps.prev %} {% endif %}
{% endblock %}