{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters textfilters tz %} {% 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 %} | |
---|---|---|
Date and time | {% with session=doc.get_related_session %} {% with timeslot=session.official_timeslotassignment.timeslot %} {% if session.meeting %} {{ timeslot.time|utc|date:'Y-m-d H:i' }} {% include "meeting/tz-display.html" with meeting_timezone=session.meeting.time_zone id_suffix="" minimal=True only %} {% endif %} {% endwith %} {% endwith %} | |
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 %}
Remote instructions: {% if pres.session.agenda_note|first_url|conference_url %} {% elif pres.session.remote_instructions|first_url|conference_url %} {% endif %} {{ pres.session.remote_instructions|linkify }} {% 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 %}