{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {% macro render_menu_item(item) %} {% if item.isMenuSection %} {% if item.icon is not empty %}{% endif %} {{ item.label|raw }} {% else %} {% if item.icon is not empty %}{% endif %} {{ item.label|raw }} {% if item.hasSubItems %}{% endif %} {% endif %} {% endmacro %}