{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
You sent Participant B {{ group.sent }}. Participant B returned {{ group.sent_back }}.
{{ else }}Participant A sent you {{ group.sent }}. You returned {{ group.sent_back }}.
{{ endif }}Therefore, your total payoff is {{ player.payoff }}.
{{ next_button }} {{ endblock }}