{% extends widget.get_base_template %} {% load i18n feincms_page_tags %} {% block content %} {% for root in page_list %} {% for child_page in root.get_children %} {% if child_page.in_navigation %}
  • {{ child_page }} {% if child_page.get_children %} {% endif %} {% endif %} {% endfor %} {% endfor %}
  • {% endblock %}