{config_load file="$path_language/$access.html" section="tracking"}
{if aaa==0}
{#lbl_customer_info#}
{#lbl_customer#}: {$client->customer}
{#lbl_country#}: {$nationlity}
{#lbl_company#}: {$client->company}
{#lbl_address#}: {$client->address} {if ($client->address2)}, {$client->address2}{/if}
{#lbl_vat#}: {$client->vat}
{#lbl_tel_work#}: {$client->tel_work}
{#lbl_tel_home#}: {$client->tel_home}
{#lbl_mobile#}: {$client->mobile}


{if $max_report >0} {/if} {if $max_invoice >0 } {/if}
{foreach name=report from=$report item=report key=i} {/foreach}
{#lbl_monthly_reports#}
{$report.title} : {$report.filename}
   
{foreach name=invoice from=$invoice item=invoice key=i} {/foreach}
{#lbl_monthly_invoices#}
{$invoice.title} : {$invoice.filename}
{/if}