<{include file="public/header.html"}> <{section name="role" loop=$roleList}> > <{/section}>
<{t}>Select<{/t}> <{t}>Name<{/t}> <{t}>Platform<{/t}> <{t}>Status<{/t}> <{t}>Remark<{/t}>
<{$roleList[role].name}> <{$roleList[role].user_part}> <{if $roleList[role].status == "0"}><{t}>Disable<{/t}><{else}><{t}>Enable<{/t}> <{/if}> <{$roleList[role].remark|default:" "}>
<{$page}>
<{include file="public/footer.html"}>