{{ 'order.refund-and-cancel-order' | translate }}
{{ line.id }} {{ line.createdAt | localeDate : 'short' }} {{ line.updatedAt | localeDate : 'short' }}
{{ line.productVariant.name }} {{ line.productVariant.sku }} {{ line.unitPriceWithTax | localeCurrency : order.currencyCode }} {{ line.unitPriceWithTax | localeCurrency : order.currencyCode }}
{{ discount.description }}
{{ discount.amount / 100 / line.quantity | number : '1.0-2' | currency : order.currencyCode }}
{{ line.quantity }}
{{ 'order.refund-total-error' | translate : { min: 0 | currency : order.currencyCode, max: totalRefundableAmount | localeCurrency : order.currencyCode } }} {{ 'order.refund-total-warning' | translate }} {{ 'order.refund-cancellation-reason-required' | translate }}