{{ block title }} Results {{ endblock }} {{ block content }} {{ if player.is_mediator }}
Blue player's action: {{ player_A.is_coordinated }} Blue player's earnings: {{ player_A.payoff|to0 }}
Green player's action: {{ player_B.is_coordinated }} Green player's earnings: {{ player_B.payoff|to0 }}

This means that (including the show-up fee), you have earned {{ earnings|to0 }} in today’s experiment.

{{ else }}
Your decision: {{ player.is_coordinated }} Your earnings: {{ player.payoff|to0 }}
The {{ partner.role }} player's decision: {{ partner.is_coordinated }} The {{ partner.role }} players's earnings: {{ partner.payoff|to0 }}

This means that (including the show-up fee), you have earned {{ earnings|to0 }} in today’s experiment.

{{ endif }}

Please click the "Next" button to proceed to the next page.


{{ next_button }} {{ endblock }}