{{ column.heading }}
{{ sort.sortOrder }}
{{ surcharge.description }} {{ surcharge.sku }} {{ surcharge.priceWithTax | localeCurrency : order.currencyCode }}
{{ surcharge.price | localeCurrency : order.currencyCode }}
{{ discount.description }} {{ couponCode }} {{ discount.amountWithTax | localeCurrency : order.currencyCode }}
{{ discount.amount | localeCurrency : order.currencyCode }}
{{ 'order.sub-total' | translate }} {{ order.subTotalWithTax | localeCurrency : order.currencyCode }}
{{ order.subTotal | localeCurrency : order.currencyCode }}
{{ 'order.shipping' | translate }} {{ shippingLine.shippingMethod.name }} {{ order.shippingWithTax | localeCurrency : order.currencyCode }}
{{ order.shipping | localeCurrency : order.currencyCode }}
{{ 'order.total' | translate }} {{ order.totalWithTax | localeCurrency : order.currencyCode }}
{{ order.total | localeCurrency : order.currencyCode }}