{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Questionnaire {% endblock %} {% block content %}
We would also like to ask you about your decisions as BU MANAGER during the interactive part of this study.
Please indicate to what extent you agree with the following statements:
{% for field in form %} {% endfor %}
{{ field.label }} {{ field }}

{% next_button %} {% endblock %}