{% load cms_tags %} {% for child in children %}
  • {% if child.selected %} {{ child.get_menu_title }} {% else %} {{ child.get_menu_title }} {% endif %} {% if child.selected or child.ancestor %} {# подменю #} {% if child.children %} {% endif %} {% endif %}
  • {% endfor %}