{% extends "global/Page.html" %} {% load otree static %} {% block title %} Practice Game 1 - Page 3 of 4 {% endblock %} {% block content %}
Any decision taken will be recorded and notified in a box on the top part of the screen. Since RED chose PASS, this is notified to BLUE as "Your opponent decided to pass". Notice also that there is now a Large Pile of {{ large_pile_practice_second }} and a Small Pile of {{ small_pile_practice_second }}.
The Large Pile is now: {{ large_pile_practice_second }}
The Small Pile is now: {{ small_pile_practice_second }}
Do you want to take the Large Pile?
{% if player.id_in_group == 2 %}As before, in this turn RED players will see the waiting page.
Now it is BLUE player's turn to move. Will all the BLUE players now please choose TAKE and then NEXT. RED players, please select NEXT.
{% endblock %} {% block scripts %} {% if player.id_in_group == 2 %} {% endif %} {% endblock %}