{% extends "base.html" %} {% load static %} {% block title %}Token管理 - AgomTradePro{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ new_token_payload.token }}
| 用户 | 邮箱 | 状态 | MCP | 有效 Token | 创建新 Token |
|---|---|---|---|---|---|
| {{ row.user.username }} {% if row.user.is_superuser %} 管理员 {% endif %} | {{ row.user.email|default:"-" }} | {% if row.user.is_active %} 已激活 {% else %} 未激活 {% endif %} |
{% if row.profile and row.profile.mcp_enabled %}
已开启
{% else %}
已关闭
{% endif %}
|
{% if row.tokens %}
{% for token in row.tokens %}
{% else %}
暂无
{% endif %}
{{ token.name }}
|
|
| 暂无用户数据 | |||||