{{ 'order.product-name' | translate }} {{ 'order.product-sku' | translate }} {{ 'order.unit-price' | translate }} {{ 'order.quantity' | translate }} {{ 'order.total' | translate }}
{{ line.name }} {{ line.sku }} {{ line.unitPriceWithTax | localeCurrency : currencyCode }} {{ line.unitPriceWithTax * line.quantity | localeCurrency : currencyCode }}
{{ 'order.sub-total' | translate }} {{ subTotal | localeCurrency : currencyCode }}
{{ 'settings.add-products-to-test-order' | translate }}