{{ block content }}
Round | Chosen Effort Level | Outcome Achieved | Base Salary (in Lira) | Cost of Effort (in Lira) | Bonus (2,000 Lira for a High Outcome, 1,000 Lira for a Medium Outcome, 0 Lira for a Low Outcome) | Net Earnings (in Lira) |
1 | {{player.effort_1}} | {{player.get_point}} | {% if player.id_in_group == 1 %} 1,000 {% endif %}{% if player.id_in_group == 2 %} 3,000 {% endif %} {% if player.id_in_group == 3 %} 2,000 {% endif %} | {{player.get_rewards}} | {{player.get_bonus}} | {{player.net_earning}} |