{% extends "base.html" %} {# Copyright The IETF Trust 2016, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}RFC Editor Note for {{ doc }}{% endblock %} {% block content %} {% origin %}

RFC Editor Note
{{ doc }}

{% bootstrap_messages %}
{% csrf_token %} {% bootstrap_form ballot_rfceditornote_form %}
RFC Editor Note. This text will be appended to all announcements and messages to the RFC Editor.
Back
{% endblock %}