{# Copyright The IETF Trust 2016, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters ballot_icon person_filters textfilters %}
{% ballot_icon doc %}
{{ doc.intended_std_level }}
{{ doc.title }}
{% if doc.stream %}{{ doc.stream }} stream{% endif %}
{% with doc.rfc_number as rfc_number %} {% endwith %} {{ doc.name }} {% if doc.has_rfc_editor_note %} (Has RFC Editor Note) {% endif %}
{% if doc.note %}
Note
{{ doc.note|urlize_ietf_docs|linkify|linebreaksbr }}
{% endif %}
Token
{% 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 %}