{{ item.title }}
    {% for child in item.children %} {% if child.type == child.TYPE_LINK %}
  • {% if child.has_children %} {% include 'adminlte_full/markup/navbar_dropdown.html' with item=child is_submenu=1 %} {% else %} {{ child.title }} {% endif %}
  • {% elif child.type == child.TYPE_DROPDOWN_DIVIDER %}
  • {% endif %} {% endfor %}