{% load staticfiles %}
{% for child in children %}
{{ child.get_menu_title }} {% for child in child.children %} {{ child.get_menu_title }} {% endfor %}
{% if forloop.counter|divisibleby:"6" and not forloop.counter.last %}
{% endif %} {% endfor %}

powered by