{% extends "global/Page.html" %} {% load otree static %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}
{% if subsession.round_number == 10 %}
This is the end of Round 1. Please press "Next" to proceed to the next 10 games in Round 2.
{% endif %}
{% if subsession.round_number == 20 %}
This is the end of Round 2. Please press "Next" to proceed to the next 10 games in Round 3.
{% endif %}
{% if subsession.round_number == 30 %}
This is the end of Round 3. Please press "Next" to proceed to the next 10 games in Round 4.
{% endif %}
{% if subsession.round_number == 40 %}
This is the end of Round 4. Please press "Next" to proceed to Round 5.
{% endif %}