{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% if player.id_in_group == 1 %}
You sent P2 {{ group.sent_amount }}. P2 received a random amount and returned {{ group.sent_back_amount }}
{% else %}You received a random amount and you returned {{ group.sent_back_amount }} to P2
{% endif %}Therefore, your total payoff is {{ player.payoff }}.
{% next_button %} {% endblock %}