<% content_for :page_title do %> <%= (@object.respond_to?(:properties) ? @object.properties[:page_title] : nil) || @object.friendly_link_name %> <% end %> <% if @object.andand.files.andand.any? %> <% link_opts = {controller: 'collections', action: 'show_file', uuid: @object.uuid, reader_token: params[:reader_token]} %> <% else %>

No files in this collection.

<% end %>