{% load cms_tags %}{% spaceless %} {% for child in children %} {% with children_slug=child.get_menu_title|slugify %}
  • {{ child.get_menu_title }} {% comment %}Dropdown menu are not yet implemented since there is no need about it for now{% endcomment %} {% comment %}{% if child.children %} {% endif %}{% endcomment %}
  • {% endwith %} {% endfor %} {% endspaceless %}