{% load menu_tags %} {# only change to original django cms menu template: only differnce is checking if redirect_url is /firstchild #} {% for child in children %}
  • {{ child.get_menu_title }} {% if child.children %} {% endif %}
  • {% endfor %}