{include file="header.html"}

{$layout.pagetitle}

{cycle values="light,lucid" print=false} {section name=customergroups loop=$customergrouplist} {sectionelse} {/section}
 {t}Name:{/t}
 {t}Description:{/t}
{t}ID:{/t} {t}Members:{/t} {t 0=$listdata.total|default:"0"}Total: $0{/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}[ {t}Delete{/t} ] [ {t}Edit{/t} ] [ {t}Info{/t} ]

 

{t}There are no such groups in database.{/t}

 

 {t}Total:{/t} {$listdata.totalcount|default:"0"}  
{include file="footer.html"}