{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %} Publication request for {{doc.name}}-{{doc.rev}} {% endblock %} {% block content %} {% origin %}

Publication request
{{doc.name}}-{{doc.rev}}

Please verify the following information:

Intended status level {% if warn.intended_std_level %}{% endif %} {{doc.intended_std_level}}
Responsible AD {{ad}}
Document shepherd {% if warn.shepherd %}{% endif %} {% if doc.shepherd %}{{ doc.shepherd.person }}{% endif %}
Shepherd write-up exists {% if warn.shepherd_writeup %}{% endif %} {%if shepherd_writeup %}Yes{%else%}No{%endif%}
Also notify {% if notify %}{{notify}}{%else%}(None){%endif%}
Annotation tags {% if warn.tags %}{% endif %} {% if not tags %}(None){%else%}{% for tag in tags %}{{ tag }}{% if not forloop.last%}, {%endif%}{% endfor %}{% endif %}
{% if warn %}

indicates the document might not be ready for submission. Please check each instance carefully to see if changes need to be made to the document's state before submitting.

{% endif %}

Upon submission:

{% csrf_token %} {% buttons %} {% endbuttons %}
{% endblock %}