{% load multimenus %} {% for item in items %}
  • {{ item.title }} {% if item.get_children %} {% endif %}
  • {% endfor %}