<%= render "collections/header", :collection => @collection %> <% # expects @works, @bookmarks %> <% unless @works.blank? %> <%= render 'works_module', :collection => @collection, :works => @works %> <% end %> <% unless @bookmarks.blank? %> <%= render 'bookmarks_module', :collection => @collection, :bookmarks => @bookmarks %> <% end %> <% if @works.blank? && @bookmarks.blank? %>

<%= ts("There are no works or bookmarks in this collection yet.") %>

<% end %>