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

{$layout.pagetitle}

{foreach $customergrouplist as $customergroup} {foreachelse} {/foreach}
{trans("Name:")}
{trans("Description:")}
{trans("ID:")} {trans("Members:")} {trans("Add group")}
{t a=$listdata.total|default:"0"}Total: $a{/t}
{trans("Total:")} {$listdata.totalcount|default:"0"}
 {$customergroup.name}
{if $customergroup.description} {$customergroup.description}{/if}
({$customergroup.id|string_format:"%04d"}) {$customergroup.customerscount} {if $customergroup.customerscount} {else} {/if} {trans( {trans( {trans(

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

{/block}