{{ block title }} Results {{ endblock }} {{ block content }}

{{if player.role == Constants.rich_role}} {{if group.sp_amount >= 1}}

You offered a transfer of {{group.sp_amount}} point(s) to country B. {{if group.field_maybe_none('sp_decision') == None}}

The offer was rejected.

{{else}} {{if group.sp_decision == 1}} Country B decided to accept your transfer. {{else}} reject your transfer.

{{endif}} {{endif}} {{else}}

You decided not to offer a transfer.

{{endif}} {{else}} {{if group.sp_amount >= 1}} {{if group.field_maybe_none('sp_decision') == None}}

You were offered a transfer of {{group.sp_amount}} point(s). You decided not to make a choice and the offer was automatically rejected.

{{else}}

You were offered a transfer of {{group.sp_amount}} point(s). You decided to {{group.field_display('sp_decision')}} the transfer.

{{endif}} {{else}}

You were not offered a transfer.

{{endif}} {{endif}} {{ if same_choice }}

Both of you chose to {{ my_decision }}.

{{ else }}

You chose to {{ my_decision }} and the other participant chose to {{ opponent_decision }}.

{{ endif }}

Results:
You get The other country gets
Final payoffs {{player.payoff}} {{opponent.payoff}}


Thank you for participating! You are now asked to answer a few questions on the next page.

{{ next_button }} {{ endblock }}