<% unique_id = "Chart#{rand(10000..99999)}" %>

<%= department %> Location Factor

<% if people_with_no_location_factor.count > 0 %>

<%= department %> people with no location factor

The following people in <%= department %> do not have a location_factor property set in team.yml. They are not included in chart above.

<% people_with_no_location_factor.each do |person| %> <% end %>
Name Role
<%= person.name %> <%= person.role %>
<% end %> <% if vacancies_with_no_location_factor.count > 0 %>

<%= department %> vacancies with no location factor

The following vacancies in <%= department %> do not have a location_factor property set in team.yml. They are not included in chart above.

<% vacancies_with_no_location_factor.each do |vacancy| %> <% end %>
Slug Role
<%= vacancy.slug %> <%= vacancy.role %>
<% end %>