{% load menu_tags %} {% load i18n %} {% for child in children %}
  • {{ child.get_menu_title|capfirst }} {% if child.children %} {% show_menu from_level to_level extra_inactive extra_active template "" "" child %} {% endif %}
  • {% endfor %}