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

Change {{ state_type.label }}
{{ doc }}

{% if next_states %}

Move document to {{ next_states|pluralize:"to one of" }} the recommended next state{{ next_states|pluralize }}:

{% for state in next_states %} {% endfor %} Help on states

{% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}