{{ 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 }} This round: You sent {{group.endowment_sent}} and received {{group.endowment_return}}. You have {{ player.payoff }}. Participant B has {{ p2.payoff }}.

Previous round: You got {{ prev_round.payoff }} while Participant B obtained {{opponent_prev_round}}.

{{ endif }}

{{ if player.id_in_group == 2 }} This round: Participant A sent you {{group.endowment_sent}}. They were tripled so you received {{ multiplied_amount }}. You returned {{group.endowment_return}} to Participant A. You have {{ player.payoff }}. Participant A has {{ p1.payoff }}.

Previous round: You got {{ prev_round.payoff }} while Participant A obtained {{ opponent_prev_round }}.

{{ endif }}

Please click the "Next" button to continue.

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