{{ block title }}Results{{ endblock }} {{ block content }} {% if player.id_in_group == 1 %}
You sent Participant B ({{otherp.norm}}) {{group.sent_amount}}. Participant B ({{otherp.norm}}) returned {{group.sent_back_amount}}.
{% else %}Participant A ({{otherp.norm}}) sent you {{group.sent_amount}}. You returned {{group.sent_back_amount}}.
{% endif %}Therefore, your total payoff is {{player.payoff}}. You earn this as a bonus in addition to the study show-up fee.
{% next_button %} {{ endblock }}