{% extends "orga/settings/base.html" %} {% load compress %} {% load i18n %} {% load formset_tags %} {% load static %} {% block extra_title %}{% translate "Review settings" %} :: {% endblock extra_title %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block settings_content %}
{% csrf_token %}

{% translate "Review settings" %}

{% include "orga/includes/tablist.html" %}
{% include "common/forms/errors.html" %} {{ 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" %}
{% endblock settings_content %}