{{ label(record.raw.__name__, 'untaxed_amount') }}: {{ record.render.untaxed_amount }} {{record.currency.render.symbol}}
{{ label(record.raw.__name__, 'tax_amount') }}: {{ record.render.tax_amount }} {{record.currency.render.symbol}}
{{ label(record.raw.__name__, 'total_amount') }}: {{ record.render.total_amount }} {{record.currency.render.symbol}}