{% extends "global/Page.html" %} {% load otree %} {% 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 }}. Then Participant B sent you {{ group.sent_amount2 }} You sent Participant B back {{ group.sent_back_amount2 }}

{% else %}

Participant A sent you {{ group.sent_amount }}. You returned {{ group.sent_back_amount }}. Then you sent Participant A {{ group.sent_amount2 }} Participant A sent back {{ group.sent_back_amount2 }}

{% endif %}

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

{% next_button %}

{% include 'my_trust/Instructions.html' %} {% endblock %}