{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey Page 3 {% endblock %} {% block content %}
Please indicate how much you agree that each of the following statements reflects the way you are
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}