<@_sysAppList channel=channel pageIndex=pageNum count=numPerPage> <@_sysAuthorized roleIds=admin.roles urls='sysApp/add,sysApp/delete,sysAppToken/list,sysApp/view,sysApp/issueParameters'><#assign authorizedMap=map/>
<#list page.list as a>
<@t.page 'channel'/> <@t.page 'app.key'/> <@t.page 'app.secret'/>
${a.channel!} ${a.appKey!} <#if authorizedMap['sysApp/issueParameters']> <@t.page 'app.issue'/>| <#if authorizedMap['sysAppToken/list']> <@t.page 'app.token'/>| <#if authorizedMap['sysApp/view']> <@t.page 'app.view_secret'/>
<#include "../include_page/page.html"/>