{% 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.

{% for field in form %} {% endfor %}
{{field.label}}

{{field}}

{% if field.errors %}

{{field.errors}}

{% endif %}
{% button "Confirm" %} {% endblock %} {% comment %} Original {% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endcomment %}