{# 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 %}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 | Recent history | Days since completed | Settings | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {% person_link person %} {% if person.settings_url %} Edit {% endif %} |
{% if person.latest_reqs %}
|
{% 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 %}