<%= link_to(page.name, admin_page_path(page)) %>
<% unless page.virtual? %>
<%= render(
partial: Slices::Config.page_actions_template,
locals: { page: page }
) %>
<%= link_to_delete page unless page.home? %>
<% end %>
<% if page.home? %>
<% elsif children.any? %>
<% end %>
<% if children.any? %>