tax_line

The tax_line object has the following attributes:

tax_line.title

Returns the title of the tax.

Input
{{ tax_line.title }}
Output
GST

tax_line.price

Returns the amount of the tax. Use one of the money filters to return the value in a monetary format.

Input
{{ tax_line.price | money }}
Output
25.000đ

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%

results matching ""

    No results matching ""