{{ block title }} Period {{subsession.round_number}} {{ endblock }} {{ block content }} Remember, you are participant {{player.role}}

Your stage 1 earnings: {{player.first_payoff}}

{{ if group.is_pun }} Below, you can reduce other participants’ earnings. By spending 1 token from your own earnings, you can reduce someone else’s earnings by 3 tokens. You can spend up to 5 tokens on reducing the earnings of each of the other participants. You can also choose not to change the earnings of a participant, in which case you should enter 0 for that person. {{ endif }} {{ for p in group.get_players() }} {{ if group.is_partisan }} {{ endif }}
Label Participant {{ p.role }} {{ if p == player }} (You) {{ endif }}
Political affiliation {{ player.get_field_display('is_dem') }}
Contributed {{ player.group_contribution }}
Earnings from stage 1 {{player.first_payoff}}
{{ if p != player }} {{ formfield p.punishment_field_name }} {{ endif }} {{ next_button }} {{ endblock }}