{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% if player.id_in_group == 1 %}
You sent P2 {{ group.sent_amount }} which was tripled to become {{tripled_amount}} out of which P2 returned {{ group.sent_back_amount }}
{% else %}P1 sent you {{ group.sent_amount }} which was tripled to become {{tripled_amount}} and you returned {{ group.sent_back_amount }} to P2
{% endif %}Therefore, your total payoff is {{ player.payoff }}
This is only an example. {% next_button %} {% endblock %}