{% extends base_template %} {% load bootstrap %} {% block body_class %}survey{% endblock %} {% block content %}

{{ 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 %}