{* ********************************************************** * Developed by: Team Theme Metro * Website: http://www.thememetro.com ********************************************************** *} {if $themesettings.clientarea.viandq eq "outer-layout"}
| {$LANG.invoicesdescription} | {$LANG.quotediscountheading} | {$LANG.invoicesamount} |
|---|---|---|
| {$item.description}{if $item.taxed} *{/if} | {if $item.discountpc > 0}{$item.discount} ({$item.discountpc}%){else} - {/if} | {$item.amount} |
| {$LANG.invoicessubtotal} | {$subtotal} | |
| {$taxrate}% {$taxname} | {$tax} | |
| {$taxrate2}% {$taxname2} | {$tax2} | |
| {$LANG.quotelinetotal} | {$total} |
* {$LANG.invoicestaxindicator}
{/if}