{% extends base %} {% block head %} {% end %} {% block body_left %}

用户管理 / 用户信息 {% include common/back.html %}

用户名 {{user_info.name}}
salt {{user_info.salt}}
token {{user_info.token}}
最近更新 {{user_info.mtime}}
上次登录 {{user_info.login_time}}
{% if user_info.name != "admin" %} {% end %}
用户操作日志
{% include common/table/table.html %}
{% include common/pagination.html %}
{% include user/component/user_script.html %} {% end %} {% block body_right %} {% include common/sidebar/default.html %} {% end %}