{include file="clearheader.html"}

{$layout.pagetitle}

LMS {$layout.lmsv} @ {$layout.hostname}
{$smarty.now|date_format:"%A, %x"}
{t 0=$layout.logname}Prepared by: $0{/t}
{cycle values="white,grey" print=false} {section name=customerlist loop=$customerlist}{if $customerlist[customerlist].id} {assign var=cid value=$customerlist[customerlist].id} {/if}{/section}
{t}No.{/t} {t}ID{/t} {t}First/last name{/t}
{t}Address{/t}
{t}Phone{/t}
{t}Subscription{/t}
{t}E-mail{/t}
{t}TEN/SSN{/t}
{t}Balance{/t}
{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}
{$customerlist[customerlist].tariffvalue|money_format}
{$customerlist[customerlist].email}
{if $customerlist[customerlist].ten}{$customerlist[customerlist].ten}{else}{$customerlist[customerlist].ssn}{/if}
{$customerlist[customerlist].balance|money_format}
{t}Total:{/t} {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"}