<{if $actionForm->get('groupid') }>
  <{$smarty.const._AD_USER_LANG_GROUP_EDIT}> (<{$actionForm->get('name')}>)
<{else}>
  <{$smarty.const._AD_USER_LANG_GROUP_NEW}>
<{/if}>
<{if $actionForm->hasError()}>
  
    <{foreach item=message from=$actionForm->getErrorMessages()}>
      - <{$message|xoops_escape}><{/foreach}>
 
<{/if}>