{% set options = { 'dataUrl': entity is defined and entity is not null ? path( 'oro_call_create', { entityClass: oro_class_name(entity, true), entityId: entity.id, phone: phone is defined ? phone|escape('html') : null }) : null, 'class': cssClass is defined ? cssClass : '', 'role': role is defined ? role : '', 'aCss': 'dropdown-item no-hash', 'iCss': 'fa-phone-square', 'dataId': entity is not empty ? entity.id : null, 'label' : 'oro.call.log_call'|trans, 'widget' : { 'type' : 'dialog', 'multiple' : true, 'refresh-widget-alias': 'activity-list-widget', 'options' : { 'alias': 'call-dialog', 'dialogOptions' : { 'title' : 'oro.call.log_call'|trans, 'allowMaximize': true, 'allowMinimize': true, 'dblclick': 'maximize', 'maximizedHeightDecreaseBy': 'minimize-bar', 'width': 1000 } } } } %} {% block action_controll %} {% import 'OroUIBundle::macros.html.twig' as UI %} {{ UI.clientLink(options) }} {% endblock %}