{% extends "global/Page.html" %} {% load otree static %} {% block title %} Game {{ game }} – Node {{ game_node }} {% endblock %} {% block content %}

Make Your Move!

{% if player.id_in_group == 1 %}
You are the RED player
{% else %}
You are the BLUE player
{% endif %}
{% if game_node > 1 %}
Your opponent decided to pass
{% endif %}

The Large Pile is: {{ large_pile }}

The Small Pile is: {{ small_pile }}


Do you want to take the Large Pile?

{% endblock %}