{{ block title }} Game {{ player.round_number }} {{ endblock }} {{ block content }} {{ if player.id_in_group == 1}}

You are the RED participant. You have been randomly paired with another person: the BLUE participant.

{{ endif }} {{ if player.id_in_group == 2}}

You are the BLUE participant. You have been randomly paired with another person: the RED participant.

{{ endif }} {{ if not player.participant.control }}

{{ other_color }} performed in the {{ other_quartile }} Quartile. This means that they scored higher than between {{ quartile_range }} of participants in the lab.

{{ endif }} {{ if player.id_in_group == 1 }}

You will go first.

{{ else }}

You will go second.

{{ endif }}

Click “ready” when you are ready to begin. Game {{ player.round_number }} will begin once both participants click “ready.”

{{ next_button }} {{ endblock }}