{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #}
{% macro render_html_attributes(item) %}
{% for attribute_name, attribute_value in item.htmlAttributes %}
{{ attribute_name }}="{{ attribute_value|e('html') }}"
{% endfor %}
{% endmacro %}
{% macro render_menu_badge(badge) %}
{%- set badge_attributes = badge.htmlStyle ? badge.htmlAttributes|merge({style: badge.htmlStyle}) : badge.htmlAttributes -%}
{%- endmacro %}
{% macro render_menu_item(item) %}
{% if item.isMenuSection %}
{% else %}
{% endif %}
{% endmacro %}