{% extends "group/group_base.html" %} {# Copyright The IETF Trust 2015-2020, All Rights Reserved #} {% load origin %}{% origin %} {% load ietf_filters static bootstrap3 %} {% block group_subtitle %}Reviewers{% endblock %} {% block group_content %} {% origin %} {% block pagehead %} {% endblock %} {% if can_access_stats %}
Status of the reviewers in {{ group.acronym }}, ordered by their rotation with the next reviewer in the rotation at the top. Rows with darker backgrounds have the following meaning:
Has already been assigned a document within the given interval.
Will be skipped the next time at the top of rotation.
Is not available to do reviews at this time.
| Next | Reviewer | Assigned/Deadline/state/time between assignment and closure for latest assignments | Days Since Completed | Settings | |||||
|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {% if person.settings_url %}{% endif %}{{ person }}{% if person.settings_url %}{% endif %} |
|
{% if person.days_since_completed_review != 9999 %} {{ person.days_since_completed_review }} {% else %} | {% endif %}
{% if person.settings.min_interval %}
{{ person.settings.get_min_interval_display }} {% endif %} {% if person.settings.skip_next %} Skip: {{ person.settings.skip_next }} {% endif %} {% if person.settings.filter_re %} Filter: {{ person.settings.filter_re|truncatechars:15 }}{% endif %} {% if person.unavailable_periods %} {% include "review/unavailable_table.html" with unavailable_periods=person.unavailable_periods %} {% endif %} |
No reviewers found.
{% endif %} {% endblock %} {% block js %} {% endblock %}