{foreach from=$invoiceitems key=invid item=invoiceitem} {foreach from=$invoiceitem item=item} {/foreach} {foreachelse} {/foreach} {if $tax} {/if} {if $tax2} {/if} {if $credit} {/if} {if $partialpayments} {/if}
{$LANG.invoicesdescription} {$LANG.invoicesamount}
{$LANG.invoicenumber} {if $invoiceitem.0.invoicenum}{$invoiceitem.0.invoicenum}{else}{$invid}{/if}
{$item.description} {$item.amount}
{$LANG.norecordsfound}
{$LANG.invoicessubtotal}: {$subtotal}
{$taxrate1}% {$taxname1}: {$tax}
{$taxrate2}% {$taxname2}: {$tax2}
{$LANG.invoicescredit}: {$credit}
{$LANG.invoicespartialpayments}: {$partialpayments}
{$LANG.invoicestotaldue}: {$total}

{$LANG.masspaymentselectgateway}