| {{ 'common.description' | translate }} | {{ 'order.tax-rate' | translate }} | {{ 'order.tax-base' | translate }} | {{ 'order.tax-total' | translate }} |
|---|---|---|---|
| {{ row.description }} | {{ row.taxRate / 100 | percent : '0.0-2' }} | {{ row.taxBase | localeCurrency : order.currencyCode }} | {{ row.taxTotal | localeCurrency : order.currencyCode }} |