{% extends "site_base.html" %} {% load bootstrap_tags %} {% block head_title %}{{ title }}{% endblock %} {% block body_class %}two-choice-quiz{% endblock %} {% block body %}

{{ title }}{% if question_number %}question {{ question_number }}/{{ num_questions }}{% endif %}

{{ description }}
{% csrf_token %}
{{ question.before }} ____ {{ question.after }}
{% endblock %}