{{ block title }}
Period {{ round_shown }} of {{ total_shown }}
{{if subsession.round_number in (3,5,6,8,10) }} Single {{ else }} Alliance {{ endif }}
{{ endblock }} {{ block content }}You are player {{ player.position }} in this period.
{{if subsession.round_number in (3,5,6,8,10) }}
Option Single is played in this period.
You will play alone.
{{ else }}
Option Alliance is played in this round.
{{if player.position == 'A' }}You will form an alliance with player B to compete against player C.
{{elif player.position == 'B' }}You will form an alliance with player A to compete against player C.
{{ else }}Players A and B will form an alliance to compete against you.
{{ endif }} {{ endif }}Please press the "next" button to proceed.
{{ next_button }} {{ endblock }}