{% import '@OroDataGrid/macros.html.twig' as dataGrid %}
{% set scope = 'account-customer-%customer%'|replace({'%customer%': customer.id}) %} {{ dataGrid.renderGrid( oro_datagrid_build_fullname('customer-user-by-customer-grid', scope), {customer_id: customer.id}) }}