<h3class="message__title">{% trans "Your Response Has Been Submitted" %}</h3>
<h3class="message__title">{% trans "Your Response Has Been Submitted" %}</h3>
<divclass="message__content">
<divclass="message__content">
{% if has_peer and has_self %}
{% trans "You will receive your grade after all steps are complete and your response is fully assessed." %}
{% if peer_incomplete and self_incomplete %}
{% blocktrans with peer_start_tag='<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe self_start_tag='<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag='</a>'|safe %}
{% blocktrans with peer_start_tag='<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe self_start_tag='<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after some of your peers have assessed your response and you complete the {{ peer_start_tag }}peer assessment{{ end_tag }} and {{ self_start_tag }}self assessment{{ end_tag }} steps.
You still need to complete the {{ peer_start_tag }}peer assessment{{ end_tag }} and {{ self_start_tag }}self assessment{{ end_tag }} steps.
{% endblocktrans %}
{% endblocktrans %}
{% elif has_peer %}
{% elif peer_incomplete %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe end_tag='</a>'|safe %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after some of your peers have assessed your response and you complete the {{ start_tag }}peer assessment{{ end_tag }} step.
You still need to complete the {{ start_tag }}peer assessment{{ end_tag }} step.
{% endblocktrans %}
{% endblocktrans %}
{% elif has_self %}
{% elif self_incomplete %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag='</a>'|safe %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after you complete the {{ start_tag }}self assessment{{ end_tag }} step.
You still need to complete the {{ start_tag }}self assessment{{ end_tag }} step.