<% unless hierarchy_component_context? %>
<%= render partial: 'catalog/bookmark_control', locals: { document: document } %>
<% end %>
<% if requestable %>
<%= render partial: 'arclight/requests/google_form', locals: { document: document } %>
<% end %>
<% if document.children? %>
<%= t(:'arclight.views.index.number_of_children', count: document.number_of_children) %>
<% unless hierarchy_component_context? %>
<%= link_to(
t('arclight.hierarchy.view_all'),
"##{document.reference}-collapsible-hierarchy",
class: 'al-toggle-view-all',
data: {
toggle: 'collapse'
}
)
%>
<% end %>
<% end %>