{{ extends 'global/Page.html' }} {{ block title }}Title{{ 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}}. You returned {{group.sent_back_amount}}.
{{endif}}Therefore, your totall payoff is {{player.payoff}}
{{ formfields }} {{ next_button }} {{ endblock }}