${ data.product.name }
${ data.product.variable_count ? data.product.variable_count + ' ' + pluralise(data.product.variable_count, 'variable', 'variables') + ', ' : '' }
${ data.product.pack_count ? data.product.pack_count + ' ' + pluralise(data.product.pack_count, 'subfamily', 'subfamilies') + ', ': '' }
${ data.product.cut_count ? data.product.cut_count + ' ' + pluralise(data.product.cut_count, 'style', 'styles') : '' }
${ formatPrice(calcPrice(data.quantity, cart.contractor, data.product.price)) } CHF