{include file="header.html"}

{$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 eq 0} {trans("Delete")} {/if}

{include file="customergroupassignments.html"} {include file="footer.html"}