{% if is_granted('EDIT', entity) %} {% import '@OroUI/macros.html.twig' as UI %} {{ UI.button({ 'path' : path('oro_customer_group_config', { 'id': entity.id }), 'label': 'oro.config.menu.system_configuration.label'|trans, 'title': 'oro.customer.customergroup.menu.customer_group_configuration.label'|trans, 'iCss': 'fa-cog', }) }} {% endif %}