<%= render(partial: 'work_units/show_status', locals: {current_obj: @object, name: @object[:name] || 'this container'}) %>
Container requests
<% crs = ContainerRequest.order("created_at desc").filter([["container_uuid", "=", @object.uuid]]) %> <% crs.each do |cr| %>
<%= link_to_if_arvados_object cr, friendly_name: true %> created at <%= render_localized_date(cr.created_at) %>.
<% end %>