{{#if Basket.Items.length}}
{{#each Basket.Items}} -
{{Name}} {{#if SkuOptions.length }}
{{#each SkuOptions}} - {{PropertyName}}: {{OptionValue}}
{{/each}}
{{/if}}
{{formatCurrency RetailPrice}}
{{/each}}
- Subtotal {{formatCurrency Basket.SubTotal}}
{{else}}
Seu carrinho está vazio...
{{/if}}