{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters textfilters %} {% block title %}{{ doc.title|default:"Untitled" }}{% endblock %} {% block content %} {% origin %} {{ top|safe }} {% include "doc/revisions_list.html" %}
{% if doc.rev != latest_rev %}{% 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|default:'(None)' }} |
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 %} | {% if doc.get_state.name %} {{ doc.get_state.name }} {% else %} (None) {% endif %} |
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|maybewordwrap|urlize_ietf_docs|linkify }}{% endif %} {% else %} Not available as plain text. {% if other_types %} Download as {{ other_types.0.0.upper }}. {% endif %} {% endif %}