<% title (_("Product Selection for Account %s") % @scc_account) %> <%= webpacked_plugins_js_for :foreman_scc_manager %> <%= webpacked_plugins_css_for :foreman_scc_manager %> <%= react_component('SCCProductPage', { :canCreate => authorized_for(action: :sync), :sccAccountId => @scc_account.id, :sccProductsInit => create_nested_product_tree(@scc_account.scc_products, subscribed_only: false) }) %>