{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if player.id_in_group == 1 %} Choice of your color (game 2) {% endif %} {% if player.id_in_group == 2 %} Choice of your color (game 1) {% endif %} {% endblock %} {% block content %}

Please choose between the following two buttons:

A color (red or green) is hidden behind each button. When you click on one of the buttons, its color appears. If the color that appears is green, you will receive the green wins from the selection you made at the start. If it is red, you will receive the red winnings.





{% endblock %} {% block scripts %} {% endblock %}