{{ block title }}Results{{ endblock }} {{ block content }}

Initially, you had {{ Constants.endowment }}.

{{ if player.id_in_group == 1 }}

You sent {{ group.sent_amount }}, which was tripled. The other person sent you back {{ group.sent_back_amount }}.

{{ else }}

The other person sent you {{ group.sent_amount }}, which was tripled. Then you sent back {{ group.sent_back_amount }}.

{{ endif }}

Therefore, you have {{ player.payoff }}.

{{ next_button }}

{{ endblock }}