{# bs5ok #} {% extends "group/group_base.html" %} {# Copyright The IETF Trust 2015-2020, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters static django_bootstrap5 person_filters %} {% block group_subtitle %}Reviewers{% endblock %} {% block group_content %} {% origin %} {% block pagehead %} {% endblock %} {% if can_access_stats %}
 
{% endif %}

Reviewers

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.

{% if can_reset_next_reviewer %}
Reset head of queue
{% endif %} {% if reviewers %} {% for person in reviewers %} {% endif %} {% endfor %}
Next Reviewer Recent history Days since completed Settings
{{ forloop.counter }} {% person_link person %} {% if person.settings_url %} Edit {% endif %} {% if person.latest_reqs %} {% for assn_pk, req_pk, doc_name, reviewed_rev, assigned_time, deadline, state, assignment_to_closure_days in person.latest_reqs %} {% endfor %}
Assigned Deadline State Review time Document
X{{ assigned_time|date }} {{ deadline|date }} {{ state.name }} {% if assignment_to_closure_days != None %} {{ assignment_to_closure_days }} day{{ assignment_to_closure_days|pluralize }} {% endif %} {{ doc_name }} {% if reviewed_rev %}-{{ reviewed_rev }}{% endif %}
{% endif %}
{% if person.days_since_completed_review != 9999 %} {{ person.days_since_completed_review }} {% else %} 9999 {% 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 %}
{% else %}

No reviewers found.

{% endif %} {% endblock %} {% block js %} {% endblock %}