{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {# % block title % #} {# #} {# % endblock % #} {% block content %}
Rate the degree to which you agree with the following statements.
{% for field in form %} {% endfor %}
Disagree stronglyDisagree moderatelyDisagree a littleNeither agree nor DisagreeAgree a littleAgree moderatelyAgree strongly
{{ field.label_tag }} {{ field.errors }}

{% next_button %} {% endblock %}