{{ 'order.refund-and-cancel-order' | translate }}
{{ 'order.product-name' | translate }} {{ 'order.product-sku' | translate }} {{ 'order.quantity' | translate }} {{ 'order.unit-price' | translate }} {{ 'order.prorated-unit-price' | translate }} {{ 'order.quantity' | translate }} {{ 'order.refund' | translate }} {{ 'order.cancel' | translate }}
{{ line.productVariant.name }} {{ line.productVariant.sku }} {{ line.quantity }} {{ line.unitPriceWithTax | localeCurrency: order.currencyCode }}
{{ line.proratedUnitPriceWithTax | localeCurrency: order.currencyCode }}
{{ discount.description }}
{{ discount.amount / 100 / line.quantity | number: '1.0-2' | currency: order.currencyCode }}
{{ 'order.payment-amount' | translate }}: {{ selectedPayment.amount | localeCurrency: order.currencyCode }}
{{ 'order.refund-total' | translate }}: {{ refundTotal | localeCurrency: order.currencyCode }}
{{ 'order.refund-total-error' | translate : { min: 0 | currency: order.currencyCode, max: settledPaymentsTotal | localeCurrency: order.currencyCode } }}
{{ 'order.refund-total-warning' | translate }}