| 账号名 | 显示名 | 角色 | 状态 | 最近登录 | 操作 |
|---|---|---|---|---|---|
| {{ account.username }} | {{ account.display_name or '-' }} | {{ account.role }} | {% if account.status == 'active' %} 启用 {% else %} 停用 {% endif %} | {{ account.last_login_at.strftime('%Y-%m-%d %H:%M') if account.last_login_at else '-' }} | |
| 暂无账号 | |||||