{% extends "orga/event/wizard/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 %} {% load static %} {% block wizard_content %}
{% translate "Select which plugins you want to enable for this event. You can change this later in the event settings." %}
{% endblock wizard_content %} {% block wizard_form %} {{ wizard.form.plugins }} {% endblock wizard_form %}