{{ block title }} Period {{ subsession.round_number }} of {{ C.NUM_ROUNDS }} {{ endblock }} {{ block content }}
Period | Participant a {{ if player.role == 'a' }} (You) {{ endif }} | Participant b {{ if player.role == 'b' }} (You) {{ endif }} | Participant c {{ if player.role == 'c' }} (You) {{ endif }} |
---|---|---|---|
{{ g.round_number }} | {{ for p in g.get_players() }}{{ p.choice }} | {{ endfor }}