{% extends "base.html" %} {% block title %} 后台首页 {% endblock %} {% block content %}

心理测试系统后台

您好,{{request.user.nickname}}

现在是
您有 封未读邮件。 查看站内信箱 »
最近留言     查看详情 »
{% for i in lmdata %} {% endfor %}
时间 来源 内容摘要
{{i.sendtime|date:"Y-m-d H:M:S"}} {% if i.fromuser.sid %} {{i.fromuser.nickname}} < {{i.fromuser.username}} > [ {{i.fromuser.sid}} ] {% endif %} {{i.content|truncatechars:"20"}}
未读消息     查看详情 »
{% for i in msdata %} {% endfor %}
时间 来源 内容摘要
{{i.sendtime|date:"Y-m-d H:M:S"}} {% if i.fromuser.sid %} {{i.fromuser.nickname}} < {{i.fromuser.username}} > [ {{i.fromuser.sid}} ] {% endif %} {{i.content|truncatechars:"20"}}
待处理咨询     查看详情 »
{% for i in csdata %} {% endfor %}
预约日期 预约时间 咨询师 来源
{{i.date|date:"Y-m-d"}} {{i.dtime}} {{i.expert.realname}} {% if i.booker.sid %} {{i.realname}} < {{i.booker.username}} > [ {{i.booker.sid}} ] {% endif %}
待审核人员     查看详情 »
{% for i in usdata %} {% endfor %}
用户名 学号 昵称
{{i.username}} {{i.sid}} {{i.nickname}}
{% endblock %}