{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}

You sent Participant B {{ group.sent_amount }}. Participant B returned {{ group.sent_back_amount }}.

{{ else }}

Participant A sent you {{ group.sent_amount }} and asked you to payback {{group.desired_payback}} with {{group.payoff_cut}} conditional payoff cut.

You returned {{ group.sent_back_amount }}.

{{ endif }}

Therefore, your total payoff is {{ player.payoff }}.

This is the end of the game. Thank you for your participation.

{{ endblock }}