{% extends "common/layout_main.html" %} {% block content %} {% include "common/tab_account.html" %}
{% if list %} {% for item in list %} {% endfor %} {% else %} {% endif %}
序号 姓名 手机 邮箱 操作
{{ item.uid }} {{ item.nickname }} {{ item.mobile }} {{ item.email }} {% if item.status == 1 %} {% else %} {% endif %}
暂无数据~~
{% include 'common/pagenation.html' %}
{% endblock %} {% block js %} {% endblock %}