{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{% translate "New event" %} :: {% endblock extra_title %} {% block content %}
{% translate "New event" %} {% blocktranslate with total=wizard.steps.count current=wizard.steps.step1 trimmed %} Step {{ current }} of {{ total }} {% endblocktranslate %} {% block wizard_content %}{% endblock wizard_content %} {% csrf_token %} {{ wizard.management_form }} {% block wizard_form %} {{ wizard.form }} {% endblock %}
{% if wizard.steps.prev %} {% else %} {% endif %}
{% endblock content %}