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