{% extends "base.html" %} {% load i18n static review_extras %} {% block head %} {{ vote_form.media }} {% endblock %} {% block title %}{% blocktrans with pk=review_request.pk title=review_request.title %}Review #{{ pk }}: {{ title }}{% endblocktrans %}{% endblock %} {% block page_id %}page-review-get{% endblock %} {% block contents %}
{% blocktrans with requester=review_request.requester.username created=review_request.created_at|date:"Y-m-d" %}Requested by {{ requester }} on {{ created }}{% endblocktrans %} {% if review_request.due_date %} · {% trans "Due" %}: {{ review_request.due_date|date:"Y-m-d H:i" }} {% endif %} · {% trans "View report" %}
{{ review_request.description|linebreaksbr }}
{% endif %}| {% trans "Reviewer" %} | {% trans "Decision" %} | {% trans "Comment" %} | {% trans "Voted at" %} | |||
|---|---|---|---|---|---|---|
| {{ reviewer.username }} | {% if this_vote %}{% decision_badge this_vote.decision this_vote.get_decision_display %} | {{ this_vote.comment|default:"—" }} | {{ this_vote.voted_at|date:"Y-m-d H:i" }} | {% else %}{% trans "Pending" %} | {% trans "Awaiting vote" %} | {% endif %}|
{% trans "Edit this request to add reviewers." %}
{% if is_owner %} {% trans "Edit request" %} {% endif %}| # | {% trans "Summary" %} | {% trans "Status" %} |
|---|
| # | {% trans "Plan name" %} | {% trans "Cases" %} |
|---|
| # | {% trans "Summary" %} | {% trans "Decision" %} | {% trans "Comment" %} | {% trans "Actions" %} |
|---|---|---|---|---|
| {{ item.case.pk }} | {{ item.case.summary }} | {% decision_badge item.decision item.get_decision_display %} | {% if item.comment %} {{ item.comment|truncatechars:140 }} {% else %} — {% endif %} | {% if is_locked %} {% trans "Locked" %} {% else %} {% if item.decision == "needs_changes" or item.decision == "rejected" %} {% endif %} {% endif %} |
{% trans "Open a TestCase and click 'Send for review' to add it here." %}