{{ block title }}

Promotion Announcement

{{ endblock }} {{ block content }}

The following employees have been promoted to managers for Part 3 of the experiment. The reason for promotion is listed next to each employee ID in the table below:

{{ for row in promotion_table }} {{ endfor }}
Promoted Employee IDs Reason for Promotion
{{ if row.is_you }} ID# 00{{ row.promoted_gid }} (YOU) {{ else }} ID# 00{{ row.promoted_gid }} {{ endif }} {{ row.reason }}

{{ next_button }} {{ endblock }}