<% @page_title = "#{@collection.title} - #{application_name}" %>

<%= @collection.title %>

<%= render partial: 'curation_concerns/base/representative_media', locals: {work: @collection} %>

<%=@collection.description%>

<% unless has_collection_search_parameters? %> <%= render partial: 'collections/show_actions' %> <%= render 'attributes', curation_concern: @collection %> <% end %> <%= render partial: 'search_form'%> <%= render 'sort_and_per_page' %> <% if has_collection_search_parameters? %>

Search Results within this Collection

<% else %>

Items in this Collection

<% end %> <%= render_document_index @member_docs %> <%= render partial: 'paginate' %>