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

Instructions

{% if subsession.round_number == 1 %} You are now in Round 1.
{% endif %} {% if subsession.round_number == 11 %} You are now at the start of Round 2.

Like the previous round, this round consists of 10 games and you will start with a budget of €10.
{% endif %} {% if subsession.round_number == 21 %} You are now at the start of Round 3.

Like the previous rounds, this round consists of 10 games and you will start with a budget of €10.
{% endif %} {% if subsession.round_number == 31 %} You are now at the start of Round 4.

Like the previous rounds, this round consists of 10 games and you will start with a budget of €10.
{% endif %}


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