{% extends "global/Page.html" %} {% load otree static %} {% block content %}
Player 1 - Color the Tiles
In this round, X is {{ group.x }} points.Please select below the number of Circular tiles to color Green :
{% formfield group.color_green label=""%}
{% next_button %}
Recall that you earn 100 points if Player 2's hat is Green and 0 points if Player 2's hat is Yellow.
For the detail of how Player 2's payoff is determined, please see the instructions.
{% endblock %}