{include file="common/top"}
{include file="common/left"}
{volist name="list" id="vo"} {/volist}
ID 用户名称 操作
{$vo.id} {$vo.username} 编辑 {if condition="$vo['id'] neq 2"} 删除 {/if}
{$list->render()}