{extend name="../../admin/view/main"} {block name="content"}
{notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
账号邮箱 设备ID 使用时间 注册时间 缓存状态 冷却状态 操作
{$vo.email} {$vo.used_by} {$vo.used_at|format_datetime} {$vo.registration_time|format_datetime} {if $vo.has_cache} {if $vo.cache_match} 正常 {else} 异常(缓存不匹配) {/if} {else} 无缓存 {/if} {if $vo.in_cooldown} 冷却中 (至 {$vo.cooldown_time}) {else} 可用 {/if} {if auth("resetDevice")} 重置账号 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}