{{ 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 }}. Minimal amount you sent in this round {{ group.MIN_SENT }}.

{{ else }}

Participant A sent you {{ group.sent_amount }}. You returned {{ group.sent_back_amount }}. Minimal amount you sent back in this round {{ group.MIN_SENT_BACK }}.

{{ endif }} {{ if player.id_in_group == 1 }}

Therefore, your total payoff is {{ player.payoff }}
Your Average Endowment is {{group.AVERAGE_ONE}}

{{ else }}

Therefore, your total payoff is {{ player.payoff }}
Your Average Endowment is {{group.AVERAGE_TWO}}

{{ endif }} {{ next_button }} {{ endblock }}