{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$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}
{trans("Total:")} {$listdata.totalcount|default:"0"}
 {$customergrouplist[customergroups].name}
{if $customergrouplist[customergroups].description} {$customergrouplist[customergroups].description}{/if}
({$customergrouplist[customergroups].id|string_format:"%04d"}) {$customergrouplist[customergroups].customerscount} {if $customergrouplist[customergroups].customerscount} {else} {/if} {trans( {trans( {trans(

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

{/block}