<@log.loginList result=result userId=admin.id channel=channel loginMethod=loginMethod name=name startCreateDate=startCreateDate endCreateDate=endCreateDate ip=ip orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
<#list page.list as a>
<@t.page 'channel'/> <@t.page 'login_method'/> <@t.page 'log.login_ip'/> <@t.page 'result'/> <@t.page 'log.login_date'/> <@t.page 'log.error_password'/>
${a.channel!} <#if a.loginMethod?has_content><@t.page a.loginMethod?switch('otp','login.2fa','password','password','login.'+a.loginMethod)/>

${a.ip!}

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

${t.pageMessage(a.result?then('success','fail'))} ${a.createDate!} ${(a.errorPassword)!}
<#include "../include_page/page.html"/>