{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% 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 wizard.form layout='event' %}
{% if wizard.steps.prev %} {% else %} {% endif %}
{% endblock %}