<%= t("fcrepo_admin.object.associations.title") %>: <%= @association.name %>

<% if @response.total > 0 %> <% if @response.total > associated_objects_per_page %> <% end %> <%= render :partial => 'catalog/document_list', :locals => {:documents => @documents} %> <% if @response.total > associated_objects_per_page %> <% end %> <% else %>
No associated objects found.
<% end %>