{% load url from future %} {% load is_editable %} {% load coreextras %} {% for subpage in page.get_subpages_admin %} {% for i in count|get_range %} {% endfor %}{{ subpage.title }} /{{ subpage.get_full_url }} {{ subpage.parent }} {{ subpage.order }} {% if subpage|is_editable:request.user %} Blocks ({{ page.get_blocks.count }}) Sections ({{ subpage.get_sections.count }}) Resources ({{ subpage.get_resources.count }}) {% endif %} {% if perms.admin_users.can_access_pages %} {% else %} {% endif %} {% if subpage.get_subpages_admin %} {% with template_name="admin/pages/listing-subpages.html" %}{% include template_name with page=subpage count=count|add:"6" %}{% endwith %} {% endif %} {% endfor %}