{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
You chose to send Player 2 {{ group.sent_amount }}. Player 2 returned {{ group.sent_back_amount }}.
You were initially endowed with Ksh. {{ C.AMOUNT_GIVEN }}., chose to send {{ group.sent_amount }} to Player 2, and received {{ group.sent_back_amount }} back. Thus, you have {{ C.AMOUNT_GIVEN }} - {{ group.sent_amount }} + {{ group.sent_back_amount }} = Ksh. {{ player.payoff }}
{{ else }}Player 1 sent you {{ group.sent_amount }}. The amount was tripled and you received {{ tripled_amount }}. You chose to send back Ksh. {{ group.sent_back_amount }}.
You received Ksh. {{ tripled_amount }}, chose to send back Ksh. {{ group.sent_back_amount }}, thus you now have {{ tripled_amount }} - {{ group.sent_back_amount }} = Ksh. {{ player.payoff }}.
{{ endif }}{{ next_button }}
{{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}