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

The business unit’s finalized ratings are as follows:

Below Expectations Meets Expectations Exceeds Expectations
Number

[Percent]

{{ group.final_total_BelowNr }}

{{ group.final_total_BelowPer|to0 }}%
{{group.final_total_MeetsNr}}

{{ group.final_total_MeetsPer|to0}}%
{{group.final_total_ExceedsNr}}

{{ group.final_total_ExceedsPer|to0 }}%

Suggested Distribution

Number

[Percent]
1

[10%]
8

[80%]
1

[10%]

The distribution for each manager is as follows:

Below Expectations Meets Expectations Exceeds Expectations
Manager A

{{ group.final_M1_Below }} {{group.final_M1_Meets}} {{group.final_M1_Exceeds}}

Manager B

{{group.final_M2_Below}} {{group.final_M2_Meets}} {{group.final_M2_Exceeds}}

Your payoff for this round is {{ player.compensation }}, calculated as follows:

{{ if player.id_in_group == 1 }}
75 Fixed
+ 15 points x {{group.final_M1_Exceeds}} Number of Exceeds Expectations
- 15 points x {{ group.final_M1_Below }} Number of Below Expectations
+ {{ player.group_bonus }} group distribution was earned
{{ player.compensation }} points

{{ endif }} {{ if player.id_in_group == 2 }}
75 Fixed
+ 15 points x {{group.final_M2_Exceeds}} Number of Exceeds Expectations
- 15 points x {{ group.final_M2_Below }} Number of Below Expectations
+ {{ player.group_bonus }} group distribution was earned
{{ player.compensation }} points

{{ endif }} {{ if player.id_in_group == 3 }}
150 Fixed
+ {{ player.group_bonus }} group distribution was earned
{{ player.compensation }} points

{{ endif }}

{{ next_button }} {{ endblock }}