{% if user_was_incorrect %}
{{ answer.content }} | This is the correct answer | {% else %}
{{ answer.content }} | {% if previous.question_type.MCQuestion %} {% if answer.id|add:"0" == previous.previous_answer|add:"0" %} This was your answer. {% endif %} {% endif %} | {% endif %}