{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %} {% load ietf_filters ballot_icon person_filters %}
{% if doc.ballot %}{% ballot_icon doc %}{% endif %}
{% if not doc.get_state_slug == "rfc" %} {% if '::' in doc.friendly_state %} {{ doc.friendly_state|safe|split:"::"|join:"::" }} {% else %} {{ doc.friendly_state|safe }} {% endif %} {% if doc|state:"draft-rfceditor" %} : {{ doc|state:"draft-rfceditor" }} {% endif %} {{ doc|auth48_alert_badge }} {{ doc|state_age_colored }} {% if doc.telechat_date %}
IESG telechat: {{ doc.telechat_date }} {% endif %} {% with doc.active_defer_event as defer %} {% if defer %}
Deferred by {{ defer.by }} on {{ defer.time|date:"Y-m-d" }}) {% endif %} {% endwith %} {% if doc.stream %}
{% if doc|state:"stream" %} {{ doc|state:"stream" }}{% if doc.intended_std_level %}:{% endif %} {% else %} {{ doc.stream }} stream{% if doc.intended_std_level %}:{% endif %} {% endif %} {% endif %} {% if doc.intended_std_level %} {{ doc.intended_std_level }} {% endif %} {% if doc.duedate %}
Due date: {{ doc.duedate }} {%endif %} {% if doc.reviewed_by_teams %}
Reviews: {% for acronym in doc.reviewed_by_teams %} {{ acronym }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %} {% for m in doc.milestones %} {% if forloop.first %}
{% endif %} {{ m.due|date:"M Y" }}{% if not forloop.last %}, {% endif %} {% endfor %} {% if doc.action_holders_enabled and doc.action_holders.exists %}
Action Holders: {% for action_holder in doc.documentactionholder_set.all %} {% person_link action_holder.person title=action_holder.role_for_doc %}{{ action_holder|action_holder_badge }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endif %} {% else %}{# RFC #} {{ doc.std_level|safe }} RFC {% if doc.obsoleted_by_list %}
Obsoleted by {{ doc.obsoleted_by_list|join:", "|urlize_ietf_docs }} {% endif %} {% if doc.updated_by_list %}
Updated by {{ doc.updated_by_list|join:", "|urlize_ietf_docs }} {% endif %} {% endif %}