{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} EQ {% endblock %} {% block content %}
{% for field in form %} {% endfor %}
strongly agree strongly disagree
({{ forloop.counter }}) {{ field.label }} {{ field }}
strongly agree strongly disagree
{% next_button %}
{% endblock %}