{% extends "orga/settings/base.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load formsets %} {% load static %} {% block extra_title %}{% translate "Review settings" %} :: {% endblock extra_title %} {% block scripts %} {% endblock scripts %} {% block stylesheets %} {% endblock %} {% block settings_content %}
{% if permission_action != "view" %} {% for form in phases_formset %} {% if form.instance.pk %} {% endif %} {% endfor %} {% endif %} {% endblock settings_content %}