{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load staticfiles %} {% load ietf_filters %} {% block title %}{{ doc.title }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
{% if doc.rev != latest_rev %} {% else %} {% endif %} {% regroup sorted_relations by relationship.name as relation_groups %} {% for relation_group in relation_groups %} {% endfor %}
The information below is for an old version of the document
Document {% if doc.get_state_slug not in approved_states %} Proposed status change {% else %} Status change {% endif %} {% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %} Edit {% endif %} {{ doc.title }} {% if snapshot %} Snapshot {% endif %}
Last updated {{ doc.time|date:"Y-m-d" }}
{{relation_group.grouper}} {% for rel in relation_group.list %}{{rel.target.document.canonical_name|upper|urlize_ietf_docs}}{% if not forloop.last %}, {% endif %}{% endfor %}
State {% if not snapshot and user|has_role:"Area Director,Secretariat" %} Edit {% endif %} {{ doc.get_state.name }}
IESG Telechat date {% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %} Edit {% endif %} {% if not telechat %} (None) {% else %} On agenda of {{ telechat.telechat_date|date:"Y-m-d" }} IESG telechat {% if doc.returning_item %}(returning item){% endif %} {% endif %} {% if ballot_summary %}
{{ ballot_summary }} {% endif %}
Shepherding AD {% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %} Edit {% endif %} {{doc.ad}}
Send notices to {% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %} Edit {% endif %} {{doc.notify}}

{% if not snapshot and user|has_role:"Area Director,Secretariat" %} {% if doc.get_state_slug not in approved_states %} Edit affected RFCs Edit last call text {% endif %} {% if doc.get_state_slug != 'apprsent' %} Edit status change text {% endif %} {% endif %} {% if request.user|has_role:"Secretariat" and doc.get_state_slug = 'appr-pend' %} Approve RFC status change {% endif %}

{% if doc.rev %} {{ content|fill:"80"|safe|linebreaksbr|keep_spacing|sanitize_html|safe }} {% endif %} {% endblock %} {% block js %} {% endblock %}