{{ block title }} Final results {{ endblock }} {{ block content }} {{ if player.treatment == 'OIF' and player.reveal == '1'}}

You chose to reveal the other group member’s endowment.

You have been allocated {{ my_endowment }} tokens. The other group member has been allocated {{ other_endowment }} tokens.

{{ elif player.treatment == 'OIC' and player.reveal == '1'}}

You chose to reveal the other group member’s endowment.

You have been allocated {{ my_endowment }} tokens. The other group member has been allocated {{ other_endowment }} tokens.

{{ elif player.treatment == 'OIF' and player.reveal == '2' }}

You chose not to reveal the other group member’s endowment.

You have been allocated {{ my_endowment }} tokens.

{{ elif player.treatment == 'OIC' and player.reveal == '2' }}

You chose not to reveal the other group member’s endowment.

You have been allocated {{ my_endowment }} tokens.

{{ elif player.treatment == 'FT' }}

You have been allocated {{ my_endowment }} tokens. The other group member has been allocated {{ other_endowment }} tokens.

{{ elif player.treatment == 'FI' }}

You have been allocated {{ my_endowment }} tokens.

{{ endif }}

You contributed {{ player.contribution }} tokens.

The other group member contributed {{ player.other_contribution }} tokens.

You have earned {{ player.my_points }} points.

Your bonus payment is £{{ player.bonus_earnings }}.

Your guaranteed earnings are £{{ C.fixed }}.

Your total earnings from this experiment are {{ player.payoff }} .

{{ endblock }}