{% for child in children %}
  • {{ child.title }} {% if child.children %}
      {% for child2 in child.children %}
    • {{ child2.title }} {% if child2.children %}
        {% for child3 in child2.children %}
      • {{ child3.title }} {% if child3.children %}
          {% for child4 in child3.children %}
        • {{ child4.title }} {% if child4.children %}
            {% for child5 in child4.children %}
          • {{ child5.title }} {% if child5.children %}
              {% for child6 in child5.children %}
            • {{ child6.title }} {% if child6.children %}
                {% for child7 in child6.children %}
              • {{ child7.title }} {% if child7.children %}
                  {% for child8 in child7.children %}
                • {{ child8.title }} {% if child8.children %}
                    {% for child9 in child8.children %}
                  • {{ child9.title }}
                  • {% endfor %}
                  {% endif %}
                • {% endfor %}
                {% endif %}
              • {% endfor %}
              {% endif %}
            • {% endfor %}
            {% endif %}
          • {% endfor %}
          {% endif %}
        • {% endfor %}
        {% endif %}
      • {% endfor %}
      {% endif %}
    • {% endfor %}
    {% endif %}
  • {% endfor %}