{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% block title %}Begin RFC status change review{% endblock %} {% block content %} {% origin %}

Begin RFC status change review

Help on states

{% csrf_token %}
{% include "doc/status_change/edit_related_rows.html" %}
{% bootstrap_form form %} {% buttons %} Back {% endbuttons %}
{% endblock %} {% block js %} {% endblock %}