{% 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 with start_tag=''|safe end_tag=''|safe %} You'll receive your grade after the required number of your peers have assessed your response and you complete the {{ start_tag }}self assessment{{ end_tag }} step. {% endblocktrans %} {% else %} {% blocktrans with start_tag=''|safe end_tag=''|safe %} You'll receive your grade after you complete the {{ start_tag }}self assessment{{ end_tag}} step. {% endblocktrans %} {% endif %} {% endif %}