<%= render partial: 'application/arvados_object' %>
<% if @collections then @collections.each do |collection| %> <% end; end %>
size names collection keep
<%= raw(human_readable_bytes_html(collection.total_bytes)) %> <% if @pgp_hu_id[collection.uuid] %> <%= @pgp_hu_id[collection.uuid] %> <% end %> <% (@names[collection.uuid] || []).compact.each do |name| %> <%= name %>
<% end %>
<%= link_to_if_arvados_object collection %> <% if @keep_flag[collection.uuid] %> <% else %> <% end %>
<%= raw(human_readable_bytes_html(@collections_total_bytes)) %>