%# Copyright (C) The Arvados Authors. All rights reserved.
SPDX-License-Identifier: AGPL-3.0 %>
<% ['API response',
'Metadata',
'Python example',
'CLI example',
'curl example'].each do |section| %>
<% section_id = section.gsub(" ","_").downcase %>
<%= render partial: "show_advanced_#{section_id}", locals: {object: @object} %>
<% end %>