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