{%if error_message%}

{{error_message}}

{%endif%}

{{question.question_text}}

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