{% if user_was_incorrect %}
{{ answer.content }} | This is the correct answer | {% else %}
{{ answer.content }} | {% ifequal question_type 'MCQuestion' %} {% if answer.id == previous_answer_id %} This was your answer. {% endif %} {% endifequal %} | {% endif %}