{% extends "orga/event/wizard/base.html" %} {% 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 %}