{% extends 'base.html' %} {% block title %}运营面板 - 用户管理{% endblock %} {% block content %}
| 用户名 | 显示名 | 邮箱 | 状态 | 是否运营 | 域名数 | 注册时间 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ u.username }} | {% if u.profile %}{{ u.profile.display_name }}{% endif %} | {{ u.email }} | {% if u.is_active %}Active{% else %}Disabled{% endif %} | {% if u.is_staff %}是{% else %}否{% endif %} | {{ u.domain_count }} | {{ u.date_joined|date:'Y-m-d H:i' }} | 查看域名 |
| 暂无用户 | |||||||