{{ extends "global/Page.html" }} {{ block title }} {{if player.participant.trial}} Trial Round {{else}} Contribute {{endif}} {{ endblock }} {{ block content }} {{if player.participant.trial}}
This is the Trial round. Your investment in this round will not be counted.
{{else}}This is round #{{player.subsession.round_number}}.
{{endif}}The multiplier of the Group Exchange in this round is {{subsession.multiplier}} . It means the total contribution in this round will be multiplied by {{subsession.multiplier}}, then divided equally to you and other {{num_other_players}} members.
Now you have {{ Constants.endowment }}.
{{ formfields }} {{ next_button }} {{ endblock }}