{% extends "./inc/base.html" %} {% block content %}

{{controller.meta_title}}

{{controller.meta_title}} {{_total}}
{% for item in list %} {% else %} {% endfor %}
编号 标题 创建者 类型 分类 删除时间 操作
{{item.id}} {{item.title}} {{item.username}} {{item.type|get_document_type}} {{item.category}} {{item.update_time|moment("YYYY-MM-DD HH:mm")}} 还原

This would display if the 'item' collection were empty

{% endblock %}