{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block content %}
{% trans "New event" %} {% blocktrans with total=wizard.steps.count current=wizard.steps.step1 trimmed %} Step {{current}} of {{ total }} {% endblocktrans %} {{ 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 %}