{% extends "base.html" %} {# Copyright The IETF Trust 2016, All Rights Reserved #} {% load origin django_bootstrap5 static person_filters textfilters %} {% block title %} {% if revising_review %} Revise {% elif assignment %} Complete {% else %} Submit unsolicited {% endif %} review of {{ doc.name }} {% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}

{% if revising_review %} Revise {% elif assignment %} Complete {% else %} Submit unsolicited {% endif %} review
{{ doc.name }}

{% if assignment %}
Review type: {{ assignment.review_request.team.acronym }} - {{ assignment.review_request.type }} review
Requested version for review: {{ assignment.review_request.requested_rev|default:"Current" }}
Requested: {{ assignment.review_request.time|date:"Y-m-d" }}
Reviewer: {% person_link assignment.reviewer.person %}
{% else %}

You are submitting an unsolicited review for this document for the {{ team }}. This process should only be used for unsolicited reviews. A review request and assignment will be created automatically upon submitting this review.

{% endif %} {% if assignment and not revising_review %}

The review findings should be made available here and the review posted to the mailing list. If you enter the findings below, the system will post the review for you. If you already have posted the review, you can try to let the system find the link to the archive and retrieve the email body.

If you enter the review below, the review will be sent to {{ review_to|join:", "|linkify }} {% if review_cc %}, with a CC to {{ review_cc|join:", "|linkify }}{% endif %} .

{% elif assignment %}

You can revise this review by entering the results below.

{% endif %}
{% csrf_token %} {% bootstrap_form form layout="horizontal" %} {% if assignment %} Back {% else %} Back {% endif %}
{% if mail_archive_query_urls %} {% else %} {% endif %}
{% spaceless %}
{% endspaceless %}
{% endblock %} {% block js %} {% endblock %}