{% extends "global/Page.html" %} {% load otree %} {% block title %} Summary and 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 4 is {{ player.payoff }}
{% else %}Participant A sent you {{ group.sent_amount }}. You returned {{ group.sent_back_amount }}. Your payoff in round 4 is {{ player.payoff }}
{% endif %}Participant A Total | Participant B Total |
---|---|
{{ player1_total }} | {{ player2_total }} |
Round | Participant A | Participant B |
---|---|---|
{{ 1 }} | {{ player1_round1 }} | {{ player2_round1 }} |
{{ 2 }} | {{ player1_round2 }} | {{ player2_round2 }} |
{{ 3 }} | {{ player1_round3 }} | {{ player2_round3 }} |
{{ 4 }} | {{ player1_round4 }} | {{ player2_round4 }} |