{% include 'common/header.html' ignore missing %} {% include 'common/navigate.html' ignore missing %}
用户名:
添加用户 共有数据:{{user_num}}
{% for user in users %} {% endfor %}
用户名 性别 手机 电话 加入时间 状态 操作
{{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 %}
{{pages|raw}}
{% include '/common/footer.html' ignore missing %}