{{include_file name='public/header' title='登录历史'}}
{{include_file name='public/nav' sidebar='user_sidebar'}}

登录历史

{{if $historys}} {{foreach $historys as $history}} {{$device = $history.device}} {{/foreach}} {{/if}}
登录时间 登录IP 登录地点 登录设备
{{$history.add_time}} {{$history.ip}} {{$history.address}} {{\app\user::get_device_list('icon', $device)}}
{{include_file name='public/page'}}

{{get_config('copyright')}}

{{include_file name='public/footer'}}