{% load i18n %} {% spaceless %}

{% if self_not_released %} {% trans "The Period For Self Evaluation Has Not Started" %} {% elif has_peer %} {% trans "Your Response Has Been Submitted For Peer Assessment" %} {% else %} {% trans "Your Response Is Ready For Self Assessment" %} {% endif %}

{% 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 %}

{% endspaceless %}