<input name="taxincluded" class="checkbox" type="checkbox" value="1"[% IF taxincluded %] checked[% END %]><b><translate>Tax Included</translate></b><br><br>
[%- END %]
<table>
- [% subtotal %]
+[%- IF NOT taxincluded %]
+ <tr>
+ <th align='right'><translate>Subtotal</translate></th>
+ <td align='right'>[% LxERP.format_amount(invsubtotal, 2) %]</td>
+ </tr>
+[%- END %]
[% tax %]
<tr>
<th align="right"><translate>Total</translate></th>