{include file="header.html"}

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {section name=customergroups loop=$customergrouplist} {sectionelse} {/section}
 {trans("Name:")}
 {trans("Description:")}
{trans("ID:")} {trans("Members:")} {t a=$listdata.total|default:"0"}Total: $a{/t}
 {$customergrouplist[customergroups].name}
{if $customergrouplist[customergroups].description} {$customergrouplist[customergroups].description}{/if}
({$customergrouplist[customergroups].id|string_format:"%04d"}) {$customergrouplist[customergroups].customerscount} {if $customergrouplist[customergroups].customers} {else} {/if}[ {trans( [ {trans( [ {trans(

 

{trans("There are no such groups in database.")}

 

 {trans("Total:")} {$listdata.totalcount|default:"0"}  
{include file="footer.html"}