{% load i18n menu_tags cache %} {% for child in children %}
  • {% if child.attr.redirect_url == "#title" %}
    {{ child.get_menu_title }}
    {% else %} {{ child.get_menu_title }} {% endif %}
  • {% if class and forloop.last and not forloop.parentloop %}{% endif %} {% endfor %}