{{#if cart.items}}{{cart.quantity}}{{/if}}
{{#if cart.items}}
{{lang 'cart.checkout.subtotal'}}
{{cart.sub_total.formatted}}
{{else}}

{{lang "cart.checkout.empty_cart"}}

{{/if}}