<%= ts("Participants in %{collection}", :collection => @collection.title) %>

<% if @people.empty? %>

<%= ts("No matching people found.") %>

<% else %> <%= will_paginate(@people) %>

Listing People

<%= will_paginate(@people) %> <% end %>