{% for child in children %} {% if forloop.counter <= 12 %}
{{ child.get_menu_title }} {% for child in child.children %} {{ child.get_menu_title }} {% endfor %}
{% endif %} {% endfor %}