{% extends "base.html" %} {% block title %}Change state of {{ doc }}{% endblock %} {% block morecss %} form.change-state select { width: 22em; } form.change-state .actions { text-align: right; padding-top: 10px; } .warn-states, .next-states, .prev-state { margin-bottom: 30px; } .warn-states form, .next-states form, .prev-state form { display: inline; margin-right: 10px; } {% endblock %} {% block content %}

Change state of {{ doc }}

For help on the states, see the state table.

{{ form.as_table }}
Back
{% if next_states %}

Or jump directly to

{% for n in next_states %}
{% endfor %}
{% endif %} {% if to_iesg_eval %}

You could also jump directly to

But the ballot for this document has not yet been issued. Edit Ballot Text

{% endif %}

Or revert to previous state

{% endblock %}