{{ 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 for this round is {{ player.payoff }}. The payoff for Player 2 in this round is {{ p2.payoff }}.
{{ endif }}
{{ if player.id_in_group == 2 }} In this round Player 1 has sent you {{group.endowment_sent}} points and you have received {{ multiplied_amount }} points. You have returned {{group.endowment_return}} points to Player 1. Therefore, your payoff for this round is {{ player.payoff }}. The payoff for Player 1 in this round is {{ p1.payoff }}.
{{ endif }}
Please click the "Next" button to continue.
{{ formfields }} {{ next_button }} {{ endblock }}