{% endblock %}
{% block title %}
{% trans "This step's status" %}:
{% with graded_string=graded|stringformat:"s" must_grade_string=must_grade|stringformat:"s" %}
{% blocktrans with num_graded=''|safe|add:graded_string|add:""|safe num_must_grade=''|safe|add:must_grade_string|add:""|safe %}
In Progress ({{ num_graded }} of {{ num_must_grade }})
{% endblocktrans %}
{% endwith %}
{% endblock %}
{% block body %}
{% trans "Waiting for Peer Responses" %}
{% trans "All submitted peer responses have been assessed. Check back later to see if more students have submitted responses. You'll receive your grade after you've completed all the steps for this problem and your peers have assessed your response." %}