{% load menu_tags %}{% for child in children %}
  • {{ child.get_menu_title }}{% if child.children %} {% endif %}
  • {% endfor %}