{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters static django_bootstrap5 person_filters %} {% block pagehead %} {% endblock %} {% block title %}Change {{ group.acronym }} reviewer settings for {{ reviewer_email }}{% endblock %} {% block content %} {% origin %}
You can register periods where reviews should not be assigned.
{% if unavailable_periods %}Period | Availability | Reason | ||
---|---|---|---|---|
{{ o.start_date|default:"indefinite" }} - {{ o.end_date|default:"indefinite" }} | {{ o.get_availability_display }} | {{ o.reason }} | {% if not o.end_date %} {% endif %} |
No periods found.
{% endif %}Date | By | Description |
---|---|---|
{{ h.history_date|date }} | {% person_link h.history_user.person %} | {{ h.history_change_reason }} |
Date | By | Description |
---|---|---|
{{ h.history_date|date }} | {% person_link h.history_user.person %} | {{ h.history_change_reason }} |