{{ block title }} Round {{ subsession.round_number }} of {{ C.NUM_ROUNDS }} {{ endblock }} {{ block content }}

This round, the payoffs were as follows:


{{ for p in group.get_players() }} Participant {{ p.role }} {{ if player.role == p.role }} (You) {{ endif }} chose {{ p.field_choice }} and receives a payoff of {{ p.payoff }}

{{ endfor }}

{{ next_button }} {{ endblock }}