{% 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 %}
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 %} {% endblock %} {% block js %} {% endblock %}