{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Review suggestions for documents that {{ doc }} replaces{% endblock %} {% block content %} {% origin %}

Review suggestions for documents that {{ doc }} replaces

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