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