{{ block title }}
Round {{ subsession.round_number }} of {{C.NUM_ROUNDS}}
{{ endblock }} {{ block content }}
{{ if group.page_num > 5 }}

Both players have chosen 'pass' at every choice node.

{{ elif group.page_num == 1 or group.page_num == 3 or group.page_num == 5 }}

Person A has chosen take at choice node {{ group.page_num }}.

{{ else }}

Person B has chosen take at choice node {{ group.page_num }}.

{{ endif }}

Thus, {{ for p in group.get_players }} {{ if p.id_in_group == 1 }} {{ if player.id_in_group == 1 }}your {{ else }}Person A's {{ endif }} payoff is {{ p.payment }} {{ else }} and {{ if player.id_in_group == 2 }} your {{ else }} Person B's {{ endif }} payoff is {{ p.payment }}. {{ endif }} {{ endfor }}


{{ next_button }} {{ endblock }}