{{ block title }} Question {{cur_question}} / {{num_questions}} {{ endblock }} {{ block content }}

{{group.question}}

{% for choice in session.vars.scale %}

{{ choice }}
{% endfor %} {% if form.errors %}
{% if form.non_field_error %} {{ form.non_field_error }} {% else %} {{ "Please fix the errors."|gettext }} {% endif %}
{% endif %}{% if is_defined('js_vars') and js_vars %}{% endif %}

{{ next_button }} {{ endblock }}