{% if menu is not defined %} {% set menu = tabler_menu(app.request) %} {% endif %} {% if menu is defined and menu is not null %} {% if layout_type is not defined %} {% set layout_type = 'horizontal' %} {% endif %}
{% endif %} {% macro item_childs(item, layout_type) %} {% if item.hasChildren %} {% endif %} {% endmacro %} {% macro child_item(child, isLast) %} {% if child.divider %} {% if not isLast -%}