{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Request publication for {{ doc }}{% endblock %} {% block content %} {% origin %}
Send a publication request to the RFC Editor for {{ doc }} and move it to the {{ next_state.name }} stream state. Please edit the message and remove any parts in brackets you do not fill in. For independent submissions, see the guidelines.
{% if not doc.intended_std_level %}Note: Intended RFC status is not set for the document.
{% endif %} {% if doc.stream_id != "ise" and not consensus_filled_in %}Note: Consensus status is not set for the document.
{% endif %} {% endblock %}