{% load cms_admin %} {% with page.children.all as children %} {% for child in children %} {% show_lazy_admin_menu child %} {% endfor %} {% endwith %}