{% 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 %}{% 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" }} |