{% comment "Change to use template system" %} {{ question }} {% endcomment %}

{{ question.question_text }}

{% comment "Remove because write simple form. Django app, part 4" %} {% endcomment %} {% if error_message %}

{{ error_message }}

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