+
+
+
+ {{ errorMessage }}
+
+
+
+
+ {{ loadingLabel }}
+
+
+
+
+ {{ emptyLabel }}
+
+
+
+
+
+
+ {{ primaryHeading }}
+ {{ sortedPrimaryProducts.length }}
+
+
+ -
+ {{ item.product_name }}
+ {{ formatQuantity(item.quantity) }}
+
+ {{ formatCurrency(item.total_amount) }}
+
+
+
+
{{ emptyLabel }}
+
+
+
+
+
+ {{ addonsHeading }}
+ {{ sortedAddons.length }}
+
+
+ -
+ {{ item.product_name }}
+ {{ formatQuantity(item.quantity) }}
+
+ {{ formatCurrency(item.total_amount) }}
+
+
+
+
{{ emptyLabel }}
+
+
+
+
+
+ {{ totalLabel }}: {{ sortedPrimaryProducts.length + sortedAddons.length }}
+
+
+