% unique_id = "Chart#{rand(10000..99999)}" %> <% if people_not_started_yet.count > 0 %>
The following people in the <%= department %> have not started yet. They are counted towards today on the chart above.
Name | Role | Start Date |
---|---|---|
<%= person.name %> | <%= person.role %> | <%= person.start_date %> |
The following <%= department %> vacancies are overdue to be filled. They are counted toward today on the chart above.
Role | Start Date |
---|---|
<%= vacancy.role %> | <%= vacancy.start_date %> |