{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block title %}RFC status changes{% endblock %} {% block content %} {% origin %}

RFC status changes

{% if user|has_role:"Area Director,Secretariat" %}

New RFC status change

{% endif %} {% regroup docs by get_state as state_groups %} {% for state in state_groups %} {% for doc in state.list %} {% endfor %} {% endfor %}
Document Title
{{state.grouper}}
{{ doc.displayname_with_link|safe }} {{ doc.title }}
{% endblock content %} {% block js %} {% endblock %}