{{ line.id }} {{ line.createdAt | localeDate : 'short' }} {{ line.updatedAt | localeDate : 'short' }}
{{ line.productVariant.name }} {{ line.productVariant.sku }}
{{ line.unitPriceWithTax | localeCurrency : order.currencyCode }}
{{ line.unitPrice | localeCurrency : order.currencyCode }}
{{ line.orderPlacedQuantity }}
{{ line.quantity }}
{{ line.linePriceWithTax | localeCurrency : order.currencyCode }}
{{ line.linePrice | localeCurrency : order.currencyCode }}
{{ 'order.promotions-applied' | translate }}
{{ discount.description }}
{{ discount.amountWithTax | localeCurrency : order.currencyCode }}
{{ discount.amount | localeCurrency : order.currencyCode }}