{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% 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}}.
{% else %}Participant A sent you {{ group.sent_amount }}. You returned {{group.sent_back_amount}}.
{% endif %}Therefore, your payoff in this round is {{player.payoff}} which corresponds to {{ player_payoff }}. Your total payoff is {{ participant_payoff }} which corresponds to {{ participant_payoff_currency }}.
{% include Constants.instructions_template %} {% next_button %} {% endblock %}