{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey Page 4 {% endblock %} {% block content %}
Please rate the degree of agreement or disagreement with each of the following statements on a scale from definitely not true to completely true
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}