{% 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 %}You'll receive your grade after you complete the peer assessment and self assessment steps, and after your peers have assessed your response.{% endblocktrans %} {% else %} {% blocktrans %}You'll receive your grade after you complete the peer assessment step.{% endblocktrans %} {% endif %} {% endif %}