The tax_line object
The tax_line
object has the following attributes:
tax_line.price
Returns the amount of the tax. This amount is in the customer's local (presentment) currency. Use one of the money filters to return the value in a monetary format.
Input
{{ tax_line.price | money }}
Output
€25
tax_line.rate
Returns the rate of the tax in decimal notation.
Input
{{ tax_line.rate }}
Output
0.14
tax_line.rate_percentage
Returns the rate of the tax in percentage format.
Input
{{ tax_line.rate_percentage }}%
Output
14%
tax_line.title
Returns the title of the tax.
Input
{{ tax_line.title }}
Output
GST