{% extends "orga/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load formset_tags %} {% load static %} {% block content %} {% compress js %} {% endcompress %}
{% blocktranslate trimmed %} Reviewers can be assigned to tracks by way of review teams. If you require more granular assignments, you can also assign reviewers to proposals individually. {% endblocktranslate %}
{% translate "Team" %} | {% translate "Members" %} | {% if request.event.feature_flags.use_tracks %}{% translate "Tracks" %} | {% endif %}|
---|---|---|---|
{{ team.name }} {% if request.user in team.members.all %} {% endif %} |
{{ team.members.count }}
|
{% if request.event.feature_flags.use_tracks %}
{% for track in team.limit_tracks.all %} {{ track.name }} {% endfor %} | {% endif %}
{% if request.event.active_review_phase.proposal_visibility == "assigned" %} {% blocktranslate trimmed with href=request.event.orga_urls.review_settings %} Reviewers will be able to see and review only their assigned proposals. You can change this in your review settings. {% endblocktranslate %} {% else %} {% blocktranslate trimmed with href=request.event.orga_urls.review_settings %} Reviewers will be able to see and review all proposals, but their assigned reviews will appear highlighted, and they will be directed to them first. You can change this in your review settings. {% endblocktranslate %} {% endif %}
{% blocktranslate trimmed %} This is where you can assign reviewers to specific proposals! Please use this drop-down to switch between the two assignment modes (assigning reviewers to proposals or proposals to reviewers). {% endblocktranslate %} {% blocktranslate trimmed %} You can also use the Actions menu above to import your assignments from a prepared file. {% endblocktranslate %}