<% @title = t('.title') %> <% @meta_description = t('.meta_description') %> <%= content_for :header do %>

<%= t '.title' %>

<% end -%>
<% if !@people_without_images.blank? %>

<%= t '.title_other_profiles' %>

<%= render "image_solicitation_text" %> <% @people_without_images.each do |person| %> <% end -%>
<%= t '.table_name' %> <%= t '.table_class_of' %>
<%= link_to person do %> <%= person.first_name %> <%= person.middle_name %> <%= person.last_name %> <% if person.clips.length > 0 %> (<%= pluralize(person.clips.size, 'Video') %>) <% end -%> <% end -%> <%= person.graduating_class %>
<% end -%>