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

{% translate "Review settings" %}

{% include "orga/includes/tablist.html" %}
{% include "common/forms/errors.html" %} {{ form.use_submission_comments.as_field_group }} {{ form.score_mandatory.as_field_group }} {{ form.text_mandatory.as_field_group }}
{% blocktranslate trimmed %} If you require neither a review score nor a review text, reviewers will be offered an additional {{ quotation_open }}Abstain{{ quotation_close }} button when reviewing proposals. {% endblocktranslate %}
{{ form.aggregate_method.as_field_group }} {{ form.score_format.as_field_group }} {{ form.review_help_text.as_field_group }}
{% include "orga/includes/submit_row.html" %}
{% if permission_action != "view" %} {% for form in phases_formset %} {% if form.instance.pk %}
{% csrf_token %}
{% endif %} {% endfor %} {% endif %} {% endblock settings_content %}