{% extends "idrfc/doc_main.html" %} {% load ietf_filters %} {% block title %}{{ doc.canonical_name }}-{{ doc.rev }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {{ top|safe }}
Versions: {% for rev in revisions %} {{ rev }} {% endfor %}
{% if snapshot %}Snapshot of{% endif %} {% if doc.get_state_slug not in approved_states %}Proposed{% endif %} IESG Conflict Review for the {{conflictdoc.stream}} document: {{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }}
{% comment %} {% endcomment %}
Conflict Review State:
{{ doc.get_state.name }} {% 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 not snapshot %} {% if ballot_summary %}
({{ ballot_summary }})
{% endif %} {% endif %}
Shepherding AD: {{doc.ad}}
Send notices to: {{doc.notify}}

Last updated: {{ doc.time|date:"Y-m-d" }}

Conflict Review for {{ conflictdoc.canonical_name }}-{{ conflictdoc.rev }} {% if not snapshot and user|has_role:"Area Director,Secretariat" and doc.get_state_slug != 'apprsent' %} Change conflict review text {% endif %}

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