<%= content_for :content_top do %>

Template '<%= @object.name %>'

<% end %> <% @object.attributes_for_display.each do |attr, attrvalue| %> <% if attr != 'components' %> <%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %> <% end %> <% end %>