{{ block title }}Stage2 - Managers' decision{{ endblock }} {{ block content }}

This is Round {{ player.round_number }} and you are a Manager of Firm {{ firm }}.  

Your firm's and other firm's owners selected {{ chosencontract }} by respectively.
The table below shows your possible earnings as four blue numbers. {{ if chosencontract == PP }}
Also, if both you and the other manager choose A, then there is a 15% chance of your fine, 23.
Otherwise, there are no fines.

{{ endif }} {{ if chosencontract == PR }}
Also, if both you and the other manager choose A, then there is a 15% chance of your fine, 26.
Otherwise, there are no fines.

{{ endif }} {{ if chosencontract == RP }}
Also, if both you and the other manager choose A, then there is a 15% chance of your fine, 23.
Otherwise, there are no fines.

{{ endif }} {{ if chosencontract == RR }}
Also, if both you and the other manager choose A, then there is a 15% chance of your fine, 26.
Otherwise, there are no fines.

{{ endif }}
{{ formfield player.manager_decision }}

 

{{ next_button }}

{{ endblock }}