{include file="clearheader.html"}

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
{t a=$layout.logname}Prepared by: $a{/t}
{if !check_conf('privileges.hide_finances')} {/if} {cycle values="white,grey" print=false} {section name=customerlist loop=$customerlist}{if $customerlist[customerlist].id} {assign var=cid value=$customerlist[customerlist].id} {if !check_conf('privileges.hide_finances')} {/if} {/if}{/section} {if !check_conf('privileges.hide_finances') && !check_conf('privileges.hide_summaries')} {/if}
{trans("No.")} {trans("ID")} {trans("First/last name")}
{trans("Address")}
{trans("Phone")}
{if !check_conf('privileges.hide_finances')}{trans("Subscription")}
{/if} {trans("E-mail")}
{trans("TEN/SSN")}
{trans("Balance")}
{counter} {$customerlist[customerlist].id|string_format:"%04d"} {$customerlist[customerlist].customername}
{$customerlist[customerlist].address}{if $customerlist[customerlist].city neq ""},{/if} {$customerlist[customerlist].zip} {$customerlist[customerlist].city}
{$contactlist.$cid.phone}
{if !check_conf('privileges.hide_finances')}{$customerlist[customerlist].tariffvalue|money_format}
{/if} {$customerlist[customerlist].email}
{if $customerlist[customerlist].ten}{$customerlist[customerlist].ten}{else}{$customerlist[customerlist].ssn}{/if}
{$customerlist[customerlist].balance|money_format}
{trans("Total:")} {sum array=$customerlist column="tariffvalue" string_format=$LANGDEFS.$_language.money_format} {sum array=$customerlist column="balance" string_format=$LANGDEFS.$_language.money_format}
{include file="clearfooter.html"}