{% endblock %}
{% block button %}
{% endblock %}
{% block title %}
{% 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 "Status" %}
{% trans "The due date for this step has passed. This step is now closed. You can no longer complete peer assessments or continue with this assignment, and you will receive a grade of Incomplete." %}