{% load cms_tags cache %} {% for child in children %}
  • {{ child.get_menu_title }} {% if child.childrens %} {% endif %}
  • {% endfor %}