{{ extends 'global/Page.html' }} {{ block title }}Practice Round {{ subsession.round_number }}{{ endblock }} {{ block content }}

This is a new round.

If someone invests in this round, the investor will get ${{ subsession.investor_payoff }}, while other members in the group will get ${{ C.REWARD_NONINVESTOR }}. If nobody invests within the 60 seconds, every group member will get ${{ C.REWARD_FAIL }}.

Please read the information about your new group members below. Your own information is displayed in the first box in red.

You

Age: {{player.participant.age}}

Gender: {{player.participant.gender}}

Born in US: {{player.participant.born_in_us}}

{{ for partner in partners}}

Group Member

Age: {{partner.participant.age}}

Gender: {{partner.participant.gender}}

Born in US: {{partner.participant.born_in_us}}

{{ endfor }}



{{ next_button }}

{{ endblock }}