{% set css_classes = 'menu-link' %} {% set extra_attributes = '' %} {% set dropdown = dropdown|default(false) %} {% if dropdown == true %} {# {% set extra_attributes = extra_attributes ~ ' data-toggle="dropdown"' %} #} {% set css_classes = css_classes ~ ' dropdown-toggle disabled' %} {% endif %} {{ ez_content_name( content ) |trans }}{% if dropdown == true %} {% endif %}