{% import '@OroUI/macros.html.twig' as UI %} {% if is_granted('oro_sales_lead_create') %} {{ UI.dropdownItem({ 'path': path('oro_sales_lead_create', {'account': entity.id}), 'title': 'oro.sales.lead.add_entity'|trans, 'label': 'oro.sales.lead.add_entity'|trans, 'iCss': 'fa-phone' }) }} {% endif %}