{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

Practice Round

Game:

Solution:

{% if subsession.round_number == 1 %} {% endif %} {% if subsession.round_number == 2 %} {% endif %}

{{ form.errors }} {% next_button %}
{% endblock %} {% block scripts %} {% endblock %}