{% extends base %} {% block head %} {% end %} {% block body_left %}
编号 | 登录名 | 上次登录 | 操作 |
---|---|---|---|
{{user_info.id}} | {{user_info.name}} | {{user_info.login_time}} | {% if user_info.name != "admin" %} {% if user_info.status == 0 %} 删除 {% end %} {% if user_info.status == -1 %} 已删除 {% end %} {% end %} |