{% import '@OroUI/macros.html.twig' as UI %}
{{ UI.link({
'path': path('oro_contact_create', { entityClass: oro_class_name(entity, true), entityId: entity.id }),
'iCss': 'fa-user',
'aCss': 'dropdown-item action-link',
'title': 'oro.contact.add_entity'|trans,
'label': 'oro.contact.add_entity'|trans
}) }}