基本信息
用户名{{ user.username }}
Token{{ user.token }}
状态{{ '启用' if user.is_active else '停用' }}
创建 Topic
创建时间{{ user.created_at.strftime('%Y-%m-%d %H:%M') }}
授权 Topic
{% for t in topics %} {% endfor %} {% if not topics %} {% endif %}
Topic推送订阅
{{ t.name }}{{ '✓' if t.can_pub else '✗' }}{{ '✓' if t.can_sub else '✗' }}
暂无授权 Topic

权限管理请前往 Permissions