{% load wagtailcore_tags %} {% for p in page.get_children %} {% if p.get_children_count > 0 %}
  • {% if p.specific.icon %} {% endif %}{{ p.title }}
  • {% else %}
  • {% if p.specific.icon %} {% endif %}{{ p.title }}
  • {% endif %}{% endfor %}