{% extends "site_base.html" %} {% load bootstrap %} {% block head_title %}{{ title }}{% endblock %} {% block body_class %}survey{% endblock %} {% block body %}

{{ title }}{% if page_number %}page {{ page_number }}/{{ num_pages }}{% endif %}

{% if description %}
{{ description }}
{% endif %}
{% if help_text %}
{{ help_text|safe }}
{% endif %}
{% csrf_token %} {{ form|bootstrap }}
Cancel
{% endblock %}