{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} |
{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")} |
{if !check_conf('privileges.hide_finances')}
{trans("Balance")} | {/if}
{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} |
{if !check_conf('privileges.hide_finances')}
{$customerlist[customerlist].balance|money_format} | {/if}
{trans("Total:")} | {sum array=$customerlist column="tariffvalue" string_format=$LANGDEFS.$_language.money_format} | {sum array=$customerlist column="balance" string_format=$LANGDEFS.$_language.money_format} |