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

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

{% if next_states %} Help on states

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

{% for state in next_states %} {% if state.slug == 'sub-pub' %} {{ state.name }} {% else %} {% endif %} {% endfor %} {% endif %}
{% csrf_token %} {% bootstrap_form form %} Back
{% endblock %} {% block js %} {% endblock %}