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

Change state
{{ doc.title }}

Help on states

{% csrf_token %} {% bootstrap_form form %} Back
{% endblock %}