{% 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 "Read and assess the following response from one of your peers." %}
{% trans "Assessment #" %}
{{ review_num }} of
{{ must_grade }}
{% include "openassessmentblock/oa_submission_answer.html" with answer=peer_submission.answer answer_text_label="Your peer's response to the question above:" %}
{% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_url=peer_file_url header="Associated File" class_prefix="peer-assessment" show_warning="true" %}