{% endblock %}
{% block title %}
{% trans "This step's status" %}:{% trans "Complete" %}
{% endblock %}
{% block body %}
{% trans "Your Response" %}
{% trans "Your response to the question above:" as translated_label %}
{% include "openassessmentblock/oa_submission_answer.html" with answer=student_submission.answer answer_text_label=translated_label %}
{% trans "Your Uploaded File" as translated_header %}
{% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_url=file_url header=translated_header class_prefix="submission__answer" %}