{% extends "global/Page.html" %} {% load otree %} {% block title %}How did you feel during the experiment?{% endblock %} {% block content %}

Please indicate the extent to which you agree or disagree with the following statements.

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }}{{ choice }}
{% next_button %} {% endblock %}