{% extends "orga/settings/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block settings_content %}

{% translate "Team" %} {{ quotation_open }}{{ team.name }}{{ quotation_close }}: {% translate "Tracks" %}

{% blocktranslate trimmed %} Review teams can be restricted to tracks, so that reviewers will only be able to see reviews from that track. Please note that reviewers with additional access rights (e.g. due to being member in another team) will still be able to see all proposals. {% endblocktranslate %}
{% if form.fields.limit_tracks.queryset.count %}
{% csrf_token %} {% bootstrap_form form layout='event' %} {% include "orga/submit_row.html" with submit_value="team" submit_name="form" %}
{% else %}
{% blocktranslate trimmed %} None of the events this team has access to has any tracks configured at this time. {% endblocktranslate %}
{% endif %}
{% endblock %}