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

Please click the button below if you want to invest.






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 }}.

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 }} {{ endblock }} {{ block scripts }} {{ endblock }}