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