{% extends "base.html" %} {# Copyright The IETF Trust 2016, All Rights Reserved #} {% load origin bootstrap3 static %} {% block title %}Add {{ doc.name }} to your review wishes{% endblock %} {% block content %} {% origin %}

Add {{ doc.name }} to your review wishes

You are a reviewer for multiple teams, and need to select a team first.

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