{% extends "./inc/base.html" %} {% block content %} {{controller.meta_title}} 全部 {{count}} {%for m in model%} {{m.title}} {%if m.count > 0%}{{m.count}}{%endif%} {%endfor%} 通过审核 拒绝审核 用户 标题 发布时间 操作 {% for item in list.data %} {{item.uid|get_nickname}} {{item.title}} {{item.time | moment('YYYY-MM-DD HH:mm:ss')}} {% else %} × This would display if the 'item' collection were empty {% endfor %} {% endblock %} {% block script %} {% endblock %}
{{controller.meta_title}}
This would display if the 'item' collection were empty