{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters static %} {% load textfilters person_filters %} {% block pagehead %} {% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %} {% origin %}

{{ title }}

{% for state, docs in grouped_docs %} {% for doc in docs %} {% endfor %} {% endfor %}
Area {% if state.slug == "lc" %}Expires at{% else %}Date{% endif %} Document Intended level AD
{{ state.name }}
{% if doc.area_acronym %}{{ doc.area_acronym }}{% endif %} {% if state.slug == "lc" %} {% if doc.lc_expires %}{{ doc.lc_expires|date:"Y-m-d" }}{% endif %} {% else %} {{ doc.time|date:"Y-m-d" }} {% endif %} {{ doc.name }}
{{ doc.title }} {% 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 %} {% if doc.note %}
Note: {{ doc.note|linkify|linebreaksbr }} {% endif %}
{{ doc.intended_std_level.name }} {{ doc.ad.plain_name }}
{% endblock %} {% block js %} {% endblock %}