{% extends "base.html" %} {% block title %}帳號管理{% endblock %} {% block content %}
ID | 帳號 | 姓名 | 角色 | 上次登入 | 重設密碼 | 操作 |
---|---|---|---|---|---|---|
{{ user.id }} | {{ user.username }} {% if user.id == current_user.id %} 目前使用者 {% endif %} | {% if user.last_login %} {{ user.last_login|taiwan_time('%Y-%m-%d %H:%M') }} {% else %} 從未登入 {% endif %} | {% if user.id != current_user.id %} {% else %} {% endif %} |