{% extends "orga/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load static %} {% block scripts %} {% compress js %}{% endcompress %} {% endblock %} {% block content %}
{% translate "New event" %} {% blocktranslate with total=wizard.steps.count current=wizard.steps.step1 trimmed %} Step {{current}} of {{ total }} {% endblocktranslate %} {{ wizard.form.media }} {% block wizard_content %}{% endblock %} {% csrf_token %} {{ wizard.management_form }} {% bootstrap_form_errors wizard.form %} {% bootstrap_field wizard.form.name layout='event' %} {% bootstrap_field wizard.form.slug layout='event' addon_before=url_placeholder addon_before_class="input-group-prepend input-group-text" %} {% bootstrap_field wizard.form.timezone layout='event' %} {% bootstrap_field wizard.form.email layout='event' %} {% bootstrap_field wizard.form.locale layout='event' %}
{% if wizard.steps.prev %} {% else %} {% endif %}
{% endblock %}