{%for msg in get_flashed_messages()%} {%if loop.first%} {%endif%} {%endfor%}

用户列表

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