{{ block title }}
Round payoff
{{ endblock }}
{{ block content }}
The table below shows all possible earnings for you.
Consider owners' 2,000 points = 1 dollar and managers' 200 points = 1 dollar.
{{ if type == C.OWNER_ROLE }}
{{ endif }}
{{ if type == C.MANAGER_ROLE }}
{{ endif }}
The Round {{ player.round_number }} is done. You are the {{ type }} of Firm {{ firm }}.
In this round, you earned {{ player.payoff }} = {{ player.earnings }} - {{ player.fine }}.
This table shows your and others' round payoffs and total payoffs.
Round | Earnings | Fine | Your firm (=Firm{{ firm }}) | The opposite firm (=Firm{{ com_firm }}) | ||
---|---|---|---|---|---|---|
Your payoff ( = Earnings - Fine) |
{{ myfirm_mem_type }}'s payoff | {{ competitor }}'s payoff | {{ opposite_mem_type }}'s payoff | |||
{{ h.round }} | {{ h.earnings }} | {{ h.fine }} | {{ h.payoff }} | {{ h.myfirm_mem_payoffs }} | {{ h.com_payoffs }} | {{ h.opposite_mem_payoffs }} |
Total | {{ total_earnings }} | {{ total_fine }} | {{ total_payoff }} | {{ total_myfirm_mem_payoffs }} | {{ total_com_payoffs }} | {{ total_opposite_mem_payoffs }} |