{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load staticfiles %} {% load ietf_filters %} {% block title %}{{ doc.title }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
{% if doc.rev != latest_rev %} {% else %} {% endif %} {% if doc.abstract %} {% endif %} {% if other_types %} {% endif %} {% if presentations or can_manage_material %} {% endif %}
The information below is for an old version of the document
{% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }} {{ doc.group.name }} ({{ doc.group.acronym }}) {{ doc.group.type.name }} {% if snapshot %} Snapshot {% endif %}
Title {% if not snapshot and can_manage_material %} {% doc_edit_button "material_edit" name=doc.name action="title" %} {% endif %} {{ doc.title }}
Abstract {% if not snapshot and can_manage_material %} {% doc_edit_button "material_edit" name=doc.name action="abstract" %} {% endif %} {{ doc.abstract|format_snippet }}
State {% if not snapshot and can_manage_material %} {% doc_edit_button "material_edit" name=doc.name action="state" %} {% endif %} {{ doc.get_state.name }}
Other versions {% for t, url in other_types %} {{ t }}{% if not forloop.last %},{% endif %} {% endfor %}
On agenda {% if not snapshot and can_manage_material %} {% doc_edit_button "material_presentations" name=doc.name %} {% endif %} {% if presentations %} {% for pres in presentations %}{{ pres.session.short_name }} at {{ pres.session.meeting }} {% if pres.rev != doc.rev %}(version -{{ pres.rev }}){% endif %}{% if not forloop.last %}, {% endif %}{% endfor %} {% else %} None {% endif %}
Last updated {{ doc.time|date:"Y-m-d" }}

{% if not snapshot and can_manage_material %} Upload New Revision {% endif %}

{% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }}
{{ doc.name }}

{% if doc.rev and content != None %} {{ content|fill:"80"|safe|linebreaksbr|keep_spacing|sanitize_html|safe }} {% else %}

Not available as plain text.

{% if other_types %}

Download as {{ other_types.0.0.upper }}

{% endif %} {% endif %} {% endblock %} {% block js %} {% endblock %}