<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <% tags = object.properties %> <% if tags.andand.is_a?(Hash) %> <% tags.each do |k, v| %> <% if object.editable? %> <% end %> <%= k %> <%= v %> <% end %> <% end %> <% if @object.editable? %> <% end %>