{{ 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 }} You chose to send {{ group.endowment_sent }} to Participant B. Participant B returned: {{ group.endowment_return }}.

Initially you had: {{ Constants.endowment }}

You sent: {{ group.endowment_sent }}

You received: {{ group.endowment_return }}

You have: {{ Constants.endowment }}-{{ group.endowment_sent }}+{{ group.endowment_return }}={{ player.payoff }}

Participant B has: {{ p2.payoff }}.

{{ endif }}

{{ if player.id_in_group == 2 }} Participant A sent you {{ group.endowment_sent }}. They were tripled so you received {{ multiplied_amount }}. You chose to return {{ group.endowment_return }}.

You received: {{ multiplied_amount }}

You sent: {{ group.endowment_return }}

You have: ({{ multiplied_amount }})-({{ group.endowment_return }})={{ p2.payoff }}

Participant A has: {{ p1.payoff }}.

{{ endif }}

Please click the "Next" button to continue.

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