{% extends "floodgame/Surveypage.html" %} {% load staticfiles otree_tags %} {% block title %} Final questionnaire {% endblock %} {% block content %}
{{ progress }} %

To what extent do you agree with the following statements?

{% for field in form %} {%if forloop.counter == 1 %} {% endif %}
Strongly disagree Disgree Neither agree nor disagree Agree Strongly agree
{{ field.label }} {{ field.errors }}
{% endfor %} {% endblock %}