{% 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 %}
Incomplete ({{ num_graded }} of {{ num_must_grade }})
{% endblocktrans %}
{% endwith %}
{% endblock %}
{% block body %}
{% trans "The Due Date for This Step Has Passed" %}
{% trans "This step is now closed. You can no longer complete peer assessments or continue with this assignment, and you'll receive a grade of Incomplete." %}