{% extends "orga/base.html" %} {% comment %} SPDX-FileCopyrightText: 2018-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% 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 %} {% include "orga/includes/submit_row.html" %}
{% endblock content %}