TaxValue issue

TaxValue issue

Hi everyone,

I'm a new user to zoho invoice and i have an issue with the quotation template.
I've personnalized a template, it works fine for a few day but then the tax value var are blanks when I export my quote in PDF. If a select a default template the values are here but with mine it's empty.

I'm using this line to display the tax value :
            <tr>
              <td style="font-family:arial;font-size:14px;">TVA</td>
              <td style="font-family:arial;font-size:14px;text-align:right;" class="right">%TaxValue% €</td>
            </tr>

It seems right to me. Is anyone is seeing what i'm doing wrong ?

Thanks a lot

Adrien