{include file="$admin_template_path/html/header.html"} {include file="$admin_template_path/html/pagetops.html"} {if $errorMessage}
{$errorMessage}
{literal} {/literal} {/if}
{include file="$admin_template_path/html/leftmenu.html"}
{if $paging !=""}
{$paging}
{/if}
{if is_array($data)}
{foreach from=$data item=d} {/foreach}
ID 用户组名 描述 操作
{$d.ug_id} {$d.name} {$d.description} 编辑 {if $d.ug_id!=2} | 删除{/if}
{literal} {/literal} {else} 无记录 {/if}