{% import '@OroUI/macros.html.twig' as UI %} {% set pageComponentOptions = { 'customersSelector': '#' ~ customers.vars.id } %} {% if websites is defined %} {% set pageComponentOptions = pageComponentOptions|merge({ 'websitesSelector': '#' ~ websites.vars.id }) %} {% endif %} {% if currencies is defined %} {% set pageComponentOptions = pageComponentOptions|merge({ 'currenciesSelector': '#' ~ currencies.vars.id }) %} {% endif %} {% if showTierPrices is defined %} {% form_theme showTierPrices with '@OroPricing/Form/sidebar.html.twig' %} {% set pageComponentOptions = pageComponentOptions|merge({'showTierPricesSelector': '#' ~ showTierPrices.vars.id}) %} {% endif %}