{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load person_filters %} {% load textfilters %} {% block title %}{{ doc.title }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
{% if doc.rev != latest_rev %}
The information below is for an old version of the document.
{% endif %} {% if not snapshot %} {% endif %}
Document {% if doc.get_state_slug not in approved_states %} Proposed conflict review {% else %} Conflict review {% endif %} {% if conflictdoc.get_state_slug == 'rfc' %}{{ conflictdoc.canonical_name|prettystdname }}{% else %}{{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }}{% endif %} {{ conflictdoc.stream }} stream {% if snapshot %}Snapshot{% endif %}
Last updated {{ doc.time|date:"Y-m-d" }}
State {% if not snapshot and user|has_role:"Area Director,Secretariat" %} Edit {% endif %} {% if "no-problem" in doc.get_state.name|slugify %} {{ doc.get_state.name}} {% else %} {{ doc.get_state.name }} {% endif %}
IESG Responsible AD {% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug not in approved_states %} Edit {% endif %} {% person_link doc.ad %}
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 %}
Send notices to {% if not snapshot and user|has_role:"Area Director,Secretariat" %} Edit {% endif %} {{ doc.notify|linkify }}
{% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug != 'apprsent' %} Change conflict review text {% endif %} {% if not snapshot and user|has_role:"Area Director,Secretariat" %} {% if request.user|has_role:"Secretariat" %} {% if doc.get_state_slug == 'appr-reqnopub-pend' or doc.get_state_slug == 'appr-noprob-pend' %} Approve conflict review {% endif %} {% endif %} {% endif %} {% if doc.rev %}
{{ doc.name }}-{{ doc.rev }}
{{ content|maybewordwrap|urlize_ietf_docs|linkify }}
{% endif %} {% endblock %} {% block js %} {% endblock %}