{% extends "base.html" %} {# Copyright The IETF Trust 2016, All Rights Reserved #} {% load origin bootstrap3 static %} {% block title %}Submit an unsolicited review of {{ review_req.doc.name }}{% endblock %} {% block content %} {% origin %}

Submit unsolicited review
{{ doc.name }}

You are submitting an unsolicited review for this document. First, select the team for which you will be submitting this review.

{% csrf_token %} {% bootstrap_form form layout="horizontal" %} {% buttons %} {% endbuttons %}
{% endblock %}