{% load menu_tags i18n %} {% for child in children %}
  • {{ child.get_menu_title }}

    {% if child.children %} {% endif %}
  • {% endfor %}