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

Reject review assignment
{{ review_req.doc.name }}

{% include "doc/review/request_info.html" %} {% if not review_request_past_deadline %}

Do you want to reject this assignment?

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

This review assignment can not be rejected, as the deadline of the review request has already passed.

{% endif %} {% endblock %}