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

Change state
{{doc.title}}

Help on states

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