{% extends "global/Page.html" %} {% load otree static %} {% load otree_tools %} {% block title %} Period {{ subsession.round_number }}/{{ Constants.num_rounds }} {% endblock %} {% block content %} {% tracking_focus %} {% tracking_time %}
Please choose your decision variables below.
| {{field.label}} |
{{field}} {% if field.errors %}{{field.errors}} {% endif %} |