{{ block title }} Finalized Ratings Outcome {{ endblock }} {{ block content }}

Recall, you are {{ player.role }}.

Here are Manager A’s designs and performance ratings:

Employee 1

{{ if player.round_number == 1 }} {{ endif }} {{ if player.round_number == 2 }} {{ endif }} {{ if player.round_number == 3 }} {{ endif }} {{ if player.round_number == 4 }} {{ endif }} {{ if player.round_number == 5 }} {{ endif }}

Finalized Rating:
{{p1_obj1_rating_final}}

Employee 2

{{ if player.round_number == 1 }} {{ endif }} {{ if player.round_number == 2 }} {{ endif }} {{ if player.round_number == 3 }} {{ endif }} {{ if player.round_number == 4 }} {{ endif }} {{ if player.round_number == 5 }} {{ endif }}

Finalized Rating:
{{p1_obj2_rating_final}}

Employee 3

{{ if player.round_number == 1 }} {{ endif }} {{ if player.round_number == 2 }} {{ endif }} {{ if player.round_number == 3 }} {{ endif }} {{ if player.round_number == 4 }} {{ endif }} {{ if player.round_number == 5 }} {{ endif }}

Finalized Rating:
{{p1_obj3_rating_final}}

Employee 4

{{ if player.round_number == 1 }} {{ endif }} {{ if player.round_number == 2 }} {{ endif }} {{ if player.round_number == 3 }} {{ endif }} {{ if player.round_number == 4 }} {{ endif }} {{ if player.round_number == 5 }} {{ endif }}

Finalized Rating:
{{p1_obj4_rating_final}}

Employee 5

{{ if player.round_number == 1 }}{{ endif }} {{ if player.round_number == 2 }}{{ endif }} {{ if player.round_number == 3 }}{{ endif }} {{ if player.round_number == 4 }}{{ endif }} {{ if player.round_number == 5 }}{{ endif }}

Finalized Rating:
{{p1_obj5_rating_final}}

Here are Manager B’s designs and performance ratings:

Employee 1

{{ if player.round_number == 1 }} {{ endif }} {{ if player.round_number == 2 }} {{ endif }} {{ if player.round_number == 3 }} {{ endif }} {{ if player.round_number == 4 }} {{ endif }} {{ if player.round_number == 5 }} {{ endif }}

Finalized Rating:
{{p2_obj1_rating_final}}

Employee 2

{{ if player.round_number == 1 }} {{ endif }} {{ if player.round_number == 2 }} {{ endif }} {{ if player.round_number == 3 }} {{ endif }} {{ if player.round_number == 4 }} {{ endif }} {{ if player.round_number == 5 }} {{ endif }}

Finalized Rating:
{{p2_obj2_rating_final}}

Employee 3

{{ if player.round_number == 1 }}{{ endif }} {{ if player.round_number == 2 }}{{ endif }} {{ if player.round_number == 3 }}{{ endif }} {{ if player.round_number == 4 }}{{ endif }} {{ if player.round_number == 5 }}{{ endif }}

Finalized Rating:
{{p2_obj3_rating_final}}

Employee 4

{{ if player.round_number == 1 }}{{ endif }} {{ if player.round_number == 2 }}{{ endif }} {{ if player.round_number == 3 }}{{ endif }} {{ if player.round_number == 4 }}{{ endif }} {{ if player.round_number == 5 }}{{ endif }}

Finalized Rating:
{{p2_obj4_rating_final}}

Employee 5

{{ if player.round_number == 1 }}{{ endif }} {{ if player.round_number == 2 }}{{ endif }} {{ if player.round_number == 3 }}{{ endif }} {{ if player.round_number == 4 }}{{ endif }} {{ if player.round_number == 5 }}{{ endif }}

Finalized Rating:
{{p2_obj5_rating_final}}

Combining both managers’ distribution yields the following for the business unit’s finalized ratings:

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%]
Please click 'Next' to further review the finalized ratings.

{{ next_button }}

{{ endblock }}