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

{$layout.pagetitle}

{if $customergroup.description} {/if}
{$customergroup.name} ({$customergroup.id|string_format:"%04d"})
{trans("Members Count:")} {$customergroup.count}
{$customergroup.description|replace:"\n":"
"}
{trans("Edit")} {if $customergroup.count == 0} {trans("Delete")} {/if}
{include file="customer/customergroupassignments.html"} {/block}