{{ block title }} Participation Game: {{ if subsession.round_number >= 6 }} Part 2, {{ else }} Part 1, {{ endif }} Round {{ if subsession.round_number >= 6 }} {{a}} {{ else }} {{subsession.round_number}}{{ endif }}
{{ endblock }} {{ block content }}

Group: {{ player.group_type }}

There {{if subsession.alpha == 1 }}is currently {{subsession.alpha}} player{{ else }}are currently {{subsession.alpha}} players{{ endif }} in the Alpha group and {{if subsession.beta == 1 }}{{subsession.beta}} player{{ else }}{{subsession.beta}} players{{ endif }} in the Beta group. Your individual random bonus for not participating is now {{ player.personal_bonus}}.
You must now choose whether or not to participate.

{{ formfield 'participate' }}
{{ next_button }} {{ endblock }}