<h3class="submission__answer__display__title">{% trans "Your Response" %}</h3>
<divclass="submission__answer__display__content">
{{ student_submission.answer.text|linebreaks }}
</div>
{% include "openassessmentblock/oa_submission_answer.html" with answer=student_submission.answer answer_text_label="Your response to the question above:" %}
<h3class="submission__answer__display__title">{% trans "Your Response" %}</h3>
<divclass="submission__answer__display__content">
{{ student_submission.answer.text|linebreaks }}
</div>
{% 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 %}
<h3class="submission__answer__display__title">{% trans "Your Image" %}</h3>