{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015-2019, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters static django_bootstrap5 person_filters textfilters %} {% block title %}Manage open review requests for {{ group.acronym }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}
Changes since last refresh: {% if newly_closed %}{{ newly_closed }} request{{ newly_closed|pluralize }} closed.{% endif %} {% if newly_opened %}{{ newly_opened }} request{{ newly_opened|pluralize }} opened.{% endif %} {% if newly_assigned %}{{ newly_assigned }} request{{ newly_assigned|pluralize }} changed assignment.{% endif %} {% if saving %}Check that you are happy with the results, then re-save.{% endif %}
{% endif %} {% if review_requests %} {% else %}There are currently no {{ assignment_status }} open requests.
{% endif %} {% endblock %} {% block js %} {% endblock %}