{% 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 holder{{ doc.documentactionholder_set.all|pluralize }}: {% for action_holder in doc.documentactionholder_set.all %} {% person_link action_holder.person title=action_holder.role_for_doc %}{% if action_holder|action_holder_badge %} {{ action_holder|action_holder_badge }}{% endif %}{% if not forloop.last %},{% endif %} {% endfor %} {% endif %} {% if doc.note %}
Note: {{ doc.note|urlize_ietf_docs|linkify|linebreaksbr }} {% endif %}
{% if doc.intended_std_level %} {{ doc.intended_std_level.name }} {% else %} (None) {% endif %} {% person_link doc.ad %}
{% endblock %} {% block js %} {% endblock %}