" rel="<%= page.id %>">
<%= link_to(page.name, admin_page_path(page)) %>
<% unless page.virtual? %>
<%= link_to_add_child page %>
<%= link_to_view_page page %>
<%= link_to_delete page unless page.home? %>
<% end %>
<% if page.children.any? %>
<%= list_pages(page.children) %>
<% end %>