{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}

You were initially endowed with {{ C.ENDOWMENT }}, chose to send {{ group.sent_amount }}, received {{ group.sent_back_amount }} thus you now have: {{ C.ENDOWMENT }}-{{ group.sent_amount }}+{{ group.sent_back_amount }}={{ player.payoff }}

{{ else }}

You received {{ tripled_amount }}, chose to return {{ group.sent_back_amount }} thus you now have: ({{ tripled_amount }})-({{ group.sent_back_amount }})={{ player.payoff }}

. {{ endif }}

{{ next_button }}

{{ endblock }}