{% 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 }}. Your payoff in round 1 is {{ player.payoff }}

{% else %}

Participant A sent you {{ group.sent_amount }}. You returned {{ group.sent_back_amount }}. Your payoff in round 1 is {{ player.payoff }}

{% endif %}

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

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

Round history

{% for p in matrix %} {% endfor %}
Round
{{ p }}
{% endblock %}