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

{$layout.pagetitle}

{icon name="customergroup"} {trans("Name:")}
{hint mode="toggle" content="Group name can contain letters (with national characters), digits, dots, underscores and dashes."} ({$customergroup.id|string_format:"%04d"})
{icon name="info"} {trans("Description:")}
{button type="submit" icon="save" label="Submit" form="tedit"} {button icon="cancel" label="Cancel" href="?m=customergroupinfo&id={$customergroup.id}{if $membersnetid}&membersnetid={$membersnetid}{/if}{if $othersnetid}&othersnetid={$othersnetid}{/if}"} {if count($customergroups) > 1 && $customergroup.count} {button id="move-members" icon="reload" label="Move members to group:"} {/if}
{include file="customer/customergroupassignments.html"} {/block}