{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% block pagehead %} {% endblock %} {% block title %}{{ doc.title }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
| The information below is for an old version of the document | {% else %}{% endif %} | ||||
|---|---|---|---|---|---|
| {% if doc.meeting_related %}Meeting{% endif %} {{ doc.type.name }} | {% if doc.group %} {{ doc.group.name }} ({{ doc.group.acronym }}) {{ doc.group.type.name }} {% endif %} {% if snapshot %} Snapshot {% endif %} | ||||
| Title | {% if not snapshot and can_manage_material %} {% doc_edit_button 'ietf.doc.views_material.edit_material' name=doc.name action="title" %} {% endif %} | {{ doc.title }} | |||
| Abstract | {% if not snapshot and can_manage_material %} {% doc_edit_button 'ietf.doc.views_material.edit_material' name=doc.name action="abstract" %} {% endif %} | {{ doc.abstract|format_snippet }} | |||
| State | {% if not snapshot and can_manage_material %} {% doc_edit_button 'ietf.doc.views_material.edit_material' 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 %} | ||||
| External URL | {{ doc.external_url }} | ||||
| On agenda | {% if not snapshot and can_manage_material %} {% doc_edit_button "ietf.doc.views_doc.all_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" }} | ||||
{{ content|sanitize|maybewordwrap|safe }}
{% endif %}
{% else %}
Not available as plain text.
{% if other_types %} {% endif %} {% endif %}