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

Round: {{player.round_number}}

{% if group_id == 1 %}

You are in a group of 6. You are from the RED group. All the Workers in your group are from the BLUE group.

{% elif group_id == 2 %}

You are in a group of 6. You are from the BLUE group. All the Workers in your group are from the RED group.

{% else %}

You are in a group of 6. You are from the RED group. All the Workers in your group are from the BLUE group.

{% endif %}

You can type your message below. You have 60 seconds to type your message. The Workers in your group will receive the message.

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

{% comment %} {% endcomment %} {{ endblock }}