{% load i18n %} {% spaceless %}
{% if self_not_released %} {% trans "Check back later when the assessment period has opened." %} {% else %} {% if self_approaching %} {% trans "Self evaluation of this assignment will close soon. " %} {% endif %} {% if has_peer %} {% blocktrans %}You'll receive your grade after the required number of your peers have assessed your response and you complete the self assessment step.{% endblocktrans %} {% else %} {% blocktrans %}You'll receive your grade after you complete the self assessment step.{% endblocktrans %} {% endif %} {% endif %}