{% extends "base.html" %} {# Copyright The IETF Trust 2022, 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 %}
The information below is for an old version of the document.
{% 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 {{ doc.title|default:'(None)' }}
Session Materials
Last updated {{ doc.time|date:"Y-m-d" }}
{{ doc.name }}-{{ doc.rev }}
Loading...
{% endblock %} {% block js %} {% endblock %}