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

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

{% blocktrans 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 submissions. {% endblocktrans %}
{% 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 %}
{% blocktrans trimmed %} None of the events this team has access to has any tracks configured at this time. {% endblocktrans %}
{% endif %}
{% endblock %}