{% 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 %}