{% 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 %}
Do you want to reject this assignment?
{% else %}This review assignment can not be rejected, as the deadline of the review request has already passed.
{% endif %} {% endblock %}