{% endblock %}
{% block title %}
{% trans "This step's status" %}:{% trans "Complete" %}
{% endblock %}
{% block body %}
{% trans "Your Response" %}
{% include "openassessmentblock/oa_submission_answer.html" with answer=student_submission.answer answer_text_label="Your response to the question above:" %}
{% if allow_file_upload and file_url %}