{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
You chose to send participant B {{ group.give_amount }}. Participant B returned {{ group.back_amount }}.
You were initially endowed with {{ C.ENDOWMENT }}, chose to send {{ group.give_amount }}, received {{ group.back_amount }} thus you now have: {{ C.ENDOWMENT }}-{{ group.give_amount }}+{{ group.back_amount }}={{ player.payoff }}
{{ else }}Participant A sent you {{ group.give_amount }} and you received {{ multi_amount }}. You chose to return {{ group.back_amount }}.
You received {{ multi_amount }}, chose to return {{ group.back_amount }} thus you now have: ({{ multi_amount }})-({{ group.back_amount }})={{ player.payoff }}
{{ endif }}{{ next_button }}
{{ endblock }}