%# Copyright (C) The Arvados Authors. All rights reserved.
SPDX-License-Identifier: AGPL-3.0 %>
<%= form_for @object do |f| %>
<% @object.attributes_for_display.each do |attr, attrvalue| %>
<%= render partial: 'application/arvados_object_attr', locals: { attr: attr, attrvalue: attrvalue } %>
<% end %>
<% end %>