{{ block title }} Results {{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
You sent role B {{ group.sent_amount }} ECUs.
Role B returned {{ group.sent_back_amount }} ECUs.
Therefore, your final payoff in game 1 is {{ group.role_A_payoff }} ECUs.
{{ else }}Role A sent you {{ group.sent_amount }} ECUs.
You returned {{ group.sent_back_amount }} ECUs.
Therefore, your final payoff in game 1 is {{ group.role_B_payoff }} ECUs.
{{ endif }} {{ endblock }}