{% load i18n %} {% spaceless %}
{% if peer_not_released %} {% trans "Check back later when the assessment period has opened." %} {% else %} {% if peer_approaching %} {% trans "Peer evaluation of this assignment will close soon. " %} {% endif %} {% if waiting %} {% trans "All submitted peer responses have been assessed. Check back later to see if more students have submitted responses. " %} {% endif %} {% if has_self %} {% blocktrans with peer_start_tag=''|safe self_start_tag=''|safe end_tag=''|safe %} You'll receive your grade after you complete the {{ peer_start_tag }}peer assessment{{ end_tag }} and {{ self_start_tag }}self assessment{{ end_tag }} steps, and after your peers have assessed your response. {% endblocktrans %} {% else %} {% blocktrans with start_tag=''|safe end_tag=''|safe %} You'll receive your grade after you complete the {{ start_tag }}peer assessment{{ end_tag }} step. {% endblocktrans %} {% endif %} {% endif %}