{{ 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 Workers 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 Workers 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 Workers in your group also belong to the RED RECTANGLE group.

{% endif %}
Your supervisor sent a message to all workers. The message is of the form:

Report 'X' tokens for every die roll.

The Value of X is:
{% if supervisor_message > 0 %}

{{supervisor_message}}

{{ next_button }}
{% elif supervisor_message == 0 %}

{{ next_button }}
{% else %} {{endif}}
{{ endblock }}