{{ block title }} Group Composition {{ endblock }} {{ block content }}
In your group, the three participants will be labeled:
Participant A, Participant B, and Participant C.
These roles will stay the same for all 10 periods.
You are Participant {{ player.role }}
Your group is as follows:
{{ for p in group.get_players() }}
Participant {{ p.role }} {{ if p == player }}(You){{ endif }}: {{ p.get_field_display('is_dem') }}
{{ endfor }}