{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}

Participant A sent you {{ group.sent_amount1 }}. They were tripled so you received {{ tripled_amount1 }}. You chose to return {{ group.send_back_amount1 }}.

You received {{ tripled_amount1 }} chose to return {{ group.send_back_amount1 }} thus you now have: {{ player.payoff1 }}

Participant A sent you {{ group.sent_amount2 }}. They were tripled so you received {{ tripled_amount2 }}. You chose to return {{ group.send_back_amount2 }}.

You received {{ tripled_amount2 }}, chose to return {{ group.send_back_amount2 }} thus you now have: {{ player.payoff2 }}.

Task {{subsession.paying_task}} is selected to count as your payment. Therefore, your earning is {{player.payoff}}.

{{ next_button }} {{ endblock }}