{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% if player.id_in_group == 1 %}

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

{% else %}

Participant 1 sent you {{ group.sent_amount }}. You returned {{group.sent_back_amount}}.

{% endif %}

Therefore, your total payoff is {{player.payoff}} plus the participation fee of 0.05

{% include Constants.instructions_template %} {% next_button %} {% endblock %}