{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
You chose to send participant B {{ group.sent_amount }}.
Participant B returned {{ group.sent_back_amount }}.
Endowment {{ C.ENDOWMENT }}, you sent {{ group.sent_amount }} and got back {{ group.sent_back_amount }}, so now you have: ({{ C.ENDOWMENT }})-({{ group.sent_amount }})+({{ group.sent_back_amount }})={{ player.payoff }}
{{ else }}
You had an endowment {{ C.ENDOWMENT }}, participant A sent you {{ group.sent_amount }}, which doubled so you received {{ doubled_amount }}.
You chose to return {{ group.sent_back_amount }}.
Thus you now have: ({{ C.ENDOWMENT }}) + ({{ doubled_amount }})-({{ group.sent_back_amount }})={{ player.payoff }}
{{ endif }}{{ next_button }}
{{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}