{%for msg in get_flashed_messages()%}
{%if loop.first%}
{{page_macros.pagination_widget(users, "admin.user")}}
{{msg}}
{%endif%}
{%endfor%}
用户列表
添加用户ID | 用户名 | 昵称 | 书籍 | 创建时间 | 操作 |
---|---|---|---|---|---|
{{user.id}} | {{user.username}} | {{user.nickname}} | {{user.count_book()}} | {{user.timestamp.strftime("%Y-%m-%d %H:%M:%S")}} | 修改密码 |