{% extends "base.html" %} {# Copyright The IETF Trust 2016-2023, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters %} {% load person_filters %} {% load textfilters %} {% block html_attrs %}prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#"{% endblock %} {% block pagehead %} {% include "doc/opengraph.html" %} {% endblock %} {% block morecss %}.inline { display: inline; }{% endblock %} {% block title %} RFC {{ doc.rfc_number }} - {{ doc.title }} {% endblock %} {% block content %} {% origin %} {{ top|safe }}
IESG | Responsible AD | {% if can_edit %} Edit {% endif %} | {% if doc.ad %} {% person_link doc.ad %} {% else %} (None) {% endif %} |
---|---|---|---|
Send notices to | {% if can_edit_notify %} Edit {% endif %} | {% if doc.notify %} {{ doc.notify|linkify }} {% else %} (None) {% endif %} |
{{ content|sanitize|safe|default:"(Unavailable)" }}