<%= ts("Works in Challenges/Collections") %>

<% if @works.respond_to?(:total_pages) %> <%= will_paginate @full_results %> <% end %>

<%= ts("Listing Works") %>

    <% for work in @works %> <% if work %><%= render 'work_blurb', :work => work %><% end %> <% end %>
<% if @facets.present? %> <%= render 'collection_filters' %> <% end %> <% if @works.respond_to?(:total_pages) %> <%= will_paginate @full_results %> <% end %>