{{ block title }} Part 3 {{ endblock }} {{ block content }}

Round: {{player.round_number}}

{% if group_id == 1 %}

You are in a group of 6. You belong to RED RECTANGLE group. All the participants in your group also belong to the RED RECTANGLE group.

{% elif group_id == 2 %}

You are in a group of 6. You belong to BLUE RECTANGLE group. All the participants in your group also belong to the BLUE RECTANGLE group.

{% else %}

You are in a group of 6. You belong to RED RECTANGLE group. All the participants in your group also belong to the RED RECTANGLE group.

{% endif %} You will send a message of the form:

Report 'X' tokens for every die roll.

Choose a value of X between 1 and 6.

{{ form.supervisor_message}}
{{next_button}}

{{ endblock }}