{%csrf_token%}

{{question.question_txt}}

{%if error_message%}

{{error_message}}

{%endif%} {%for choice in question.choice_set.all%}
{% endfor %}