{% include 'common/header.html' ignore missing %}
{% include 'common/navigate.html' ignore missing %}| 用户名 | 性别 | 手机 | 电话 | 加入时间 | 状态 | 操作 | |
|---|---|---|---|---|---|---|---|
| {{user.username}} | {% if 1 == user.sex %} 男 {% else %} 女 {% endif %} | {{user.mobile}} | {{user.tel}} | {{user.add_time}} | {% if 1 == user.is_valid %} 已启用 {% else %} 已停用 {% endif %} | {% if 1 == user.is_valid %} {% else %} {% endif %} |