{% load coreextras %} {% for subpage in page.get_subpages %} {% for i in count|get_range %} {% endfor %}{{ subpage.title }} {{ subpage.get_full_url }} {{ subpage.parent }} Resources ({{ page.get_resources.count }}) {% 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 %}