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