<@sys.userTokenList userId=admin.id channel=channel orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a>
<@t.page 'channel'/> <@t.page 'authorize_date'/> <@t.page 'expiry_date'/> <@t.page 'log.login_ip'/> <@t.page 'operate'/>
${a.channel!} ${a.createDate!} ${a.expiryDate!}

${a.loginIp!}

${(getIpRegion(a.loginIp).address)!}

<@t.page 'button.delete'/>
<#include "../include_page/page.html"/>