{% extends 'quiz/base.html' %} {# load crispy_forms_tags #} {% block content %} {% include 'quiz/_header.html' with active='new' %}

{{ answered_questions|add:"1" }}/{{total_questions}}

{{ quiz.name }}

{{ question.text }}

{% csrf_token %} {{ form }}
{% endblock %}