{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% load ietf_filters static bootstrap3 %} {% block pagehead %} {% endblock %} {% block title %}Change reviewer settings for {{ group.acronym }} for {{ reviewer_email }}{% endblock %} {% block content %} {% origin %}
You can register periods where reviews should not be assigned.
{% if unavailable_periods %}| Period | Availability | Reason | {% for o in unavailable_periods %} | |
|---|---|---|---|---|
| {{ 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}} | {{h.history_user.person}} | {{h.history_change_reason}} |
| Date | By | Description |
|---|---|---|
| {{h.history_date|date}} | {{h.history_user.person}} | {{h.history_change_reason}} |