{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }} PROFITS IN THE LAST ROUND:

YOU: {{ payoff_last_round }} THE OTHER PLAYER: {{ player_opposite_payoff_last_round }}

PROFITS IN THIS ROUND (Round {{ group.round_number }})

'Player 1' chose to send 'Player 2' {{ group.sent_amount }}. 'Player 2' returned {{ group.sent_back_amount }}.

Player 1's profits = Initial endowment of ({{ Constants.endowment }}) - sent amount ({{ group.sent_amount }}) + received amount ({{ group.sent_back_amount }}).

Therefore player 1 has: {{ Constants.endowment }} - {{ group.sent_amount }} + {{ group.sent_back_amount }} = {{ p1_payoff }}.

Player 2's profits: Player 1 sent you {{ group.sent_amount }}. This was multiplied by 4 so you received {{ quad_amount }}.You chose to return {{ group.sent_back_amount }}.

Therefore player 2 has: {{ quad_amount }}) - ({{ group.sent_back_amount }}) = {{ p2_payoff }}.

Click next to continue

{{ next_button }}

{{ endblock }}