{% extends "global/Page.html" %} {% load otree static %} {% block content %} Please recall the first training you took:


Indicate to what extent you agree or disagree with the following statements.

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Strongly disagree                                              Strongly agree
{{ field.label }}{{ choice }}



{% next_button %} {% endblock %}