{# Copyright The IETF Trust 2016, All Rights Reserved #}{% load origin %}{% origin %} {% load ietf_filters ballot_icon %}
{% ballot_icon doc %}
{% if doc.stream %} {{ doc.stream }} stream {% endif %}
{% with doc.rfc_number as rfc_number %} {% if rfc_number %} {% else %} {% endif %} {% endwith %} {{ doc.canonical_name }} {% if doc.has_rfc_editor_note %} (Has RFC Editor Note) {% endif %}
{{ doc.intended_std_level }}
{{ doc.title }}
{% if doc.note %}
Note
{{ doc.note|linebreaksbr }}
{% endif %}
Token
{{ doc.ad }} ({{ doc.area_acronym|upper }} area)
{% with doc.active_defer_event as defer %} {% if defer %}
Deferred by
{{ defer.by }} on {{ defer.time|date:"Y-m-d" }}
{% endif %} {% endwith %} {% if doc.iana_review_state %}
IANA review
{{ doc.iana_review_state }}
{% endif %} {% if doc.consensus %}
Consensus
{{ doc.consensus }}
{% endif %} {% if doc.review_assignments %}
Reviews
{% for review_assignment in doc.review_assignments %} {% include "doc/review_assignment_summary.html" with current_doc_name=doc.name current_rev=doc.rev %} {% endfor %}
{% endif %} {% if doc.lastcall_expires %}
Last call expires
{{ doc.lastcall_expires|date:"Y-m-d" }}
{% endif %} {% if doc.ipr %}
IPR
{% for ipr in doc.ipr %} {% if ipr.disclosure.state_id == "posted" %} {{ ipr.disclosure.title }}
{% endif %} {% endfor %}
{% endif %}