{% extends "common/layout_main.html" %} {% block content %} {% include "common/tab_member.html" %}
{% if list %} {% for item in list %} {% endfor %} {% else %} {% endif %}
头像 姓名 性别 状态 操作
image {{ item.nickname }} {{ item.sex_desc }} {{ item.status_desc }} {% if item.status == 1 %} {% else %} {% endif %}
暂无数据
{% include 'common/pagenation.html' %}
{% endblock %} {% block js %} {% endblock %}