{% extends "./layout.html" %} {% block title %}控制台{% endblock %} {% block css %} {% endblock %} {% block content %}
{{ stats.contentCount or 0 }}
内容总数
{{ stats.pendingCount or 0 }}
待审核
{{ stats.visitCount or '0' }}
本月访问
¥{{ stats.donationTotal or '0' }}
累计捐赠
最近更新
{% if recentList and recentList.length %} {% for item in recentList %} {% endfor %} {% else %} {% endif %}
标题 栏目 状态 更新时间
{{ item.title }} {{ item.column_name }} {% if item.status == 1 %} 已发布 {% else %} 待审核 {% endif %} {{ item.update_time }}
暂无数据
待办事项
{% if todoList and todoList.length %} {% for item in todoList %}
{{ item.title }}
{% endfor %} {% else %}
暂无待办事项
{% endif %}
{% endblock %}