{{extends 'global/Page.html'}} {{ block title }}This is the end of round {{ subsession.round_number }} out of {{ Constants.num_rounds }}.{{ endblock }} {{ block content }}

{{ if player.id_in_group == 1 }} In this round you have sent {{group.endowment_sent}} points to Player 2. Player 2 has received {{ multiplied_amount }} points and returned {{group.endowment_return}} points to you. Therefore, your payoff in this round is {{ player.payoff }}. The payoff for Player 2 in this round is {{ p2.payoff }}.

In the previous round, your payoff was {{ prev_round.payoff }} and the payoff for Player 2 was {{opponent_prev_round}}.

{{ endif }}

{{ if player.id_in_group == 2 }} In this round Player 1 has sent you {{group.endowment_sent}} points. You have received {{ multiplied_amount }} points and returned {{group.endowment_return}} points to Player 1. Therefore, your payoff in this round is {{ player.payoff }}. The payoff for Player 1 in this round is {{ p1.payoff }}.

In the previous round, your payoff was {{ prev_round.payoff }} and the payoff for Player 1 was {{ opponent_prev_round }}.

{{ endif }}

Please click the "Next" button to continue.

{{ formfields }} {{ next_button }} {{ endblock }}