{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please indicate the extent to which the following statements describe you. {% endblock %} {% block content %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Not at all like me Not much like me A little like me Somewhat like me Very much like me
{{ field.label }}
{{ choice }}
{% next_button %} {% endblock %}