{% endblock %}
{% block title %}
{% trans "This step's status" %}:
{% with graded_string=graded|stringformat:"s" %}
{% blocktrans with num_graded=''|safe|add:graded_string|add:''|safe %}
Complete ({{ num_graded }})
{% endblocktrans %}
{% endwith %}
{% endblock %}
{% block body %}
{% trans "Peer Assessments Complete" %}
{% trans "You have successfully completed all of the required peer assessments for this assignment. You may assess additional peer responses if you want to. Completing additional assessments will not affect your final grade." %}
{% trans "All submitted peer responses have been assessed. Check back later to see if more students have submitted responses." %}