{{#each product in products}}
{{> productSettingsListItem product}}
{{/each}}
{{!-- Todo: if theres only one selected
{{#each product in products}}
{{> productSettingsGridItem product}}
{{/each}}
--}}
Size
{{else}}
{{i18n "productDetailEdit.noSelectedProducts"
"No selected products. Use the "}}{{i18n "productDetailEdit.orShiftCtrlCmd"
" or shift|ctrl|cmd + click on products to select multiple. With shift you can select a contiguous range of products."}}