{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% load ietf_filters static bootstrap3 %} {% block title %}Email summary of assigned review requests for {{ group.acronym }}{% endblock %} {% block content %} {% origin %}

Email summary of assigned review requests for {{ group.acronym }}

{% if review_assignments %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% else %}

There are currently no open requests.

{% endif %} {% endblock %}