{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Change state for {{ doc }}{% endblock %} {% block content %} {% origin %}

Change state
{{ doc }}

Help on states
{% csrf_token %} {% bootstrap_form form %} {% if state and state.slug == "rfcqueue" %}
Note: If you pull the Internet-Draft out of the {{ state.name }} state, the RFC Editor and IANA will be notified by email with this comment, so they can update their queues.
{% endif %} Back
{% if next_states %}
Or jump directly to
{% for n in next_states %}
{% csrf_token %}
{% endfor %} {% endif %} {% if to_iesg_eval %}
You could also jump directly to
{% csrf_token %} But the ballot for this document has not yet been issued. Edit ballot text
{% endif %} {% if prev_state %}
Or revert to previous state
{% csrf_token %}
{% endif %} {% endblock %}