{% load tz %} {% load i18n %} {% block list_item %}
  • {% endblock %} {% spaceless %} {{ peer_submission.uuid }}

    {% trans "Assess Peers" %} {% if peer_start %} {% trans "available" %} {{ peer_start|utc|date:"N j, Y H:i e" }} (in {{ peer_start|timeuntil }}) {% elif peer_due %} {% trans "due" %} {{ peer_due|utc|date:"N j, Y H:i e" }} (in {{ peer_due|timeuntil }}) {% endif %}

    {% block title %} {% trans "This step's status" %}: {% trans "In Progress" %} ({{ graded }} of {{ must_grade }}) {% endblock %}
    {% block body %}

    {% trans "Read and assess the following response from one of your peers." %}

    • {% trans "Assessment #" %} {{ review_num }} of {{ must_grade }}

      {{ peer_submission.answer.text|linebreaks }}
        {% for criterion in rubric_criteria %}
      1. {{ criterion.prompt }} * ({% trans "Required" %})

          {% for option in criterion.options %}
        1. {% endfor %}
      2. {% endfor %}

    {% trans "We could not submit your assessment" %}

    {% endblock %} {% endspaceless %}