{% block content %}

{{ question }}

{% if player.field_maybe_none('check_question') and player.field_maybe_none('check_question') != 'c' %}
Your choice is incorrect because:

{{ incorrect_explanation }}

Please try to answer the question correctly.

{% endif %} {% endblock %}