{% extends "./extends/content-index.html" %} {% block content_title %}文档列表{% endblock %} {% block content_action %} {% endblock %} {% block content_filter %}
{{form.catid}}
{{form.status}}
{{form.keywords}}
{% endblock %} {% block content_body %}
{% if page_obj %} {% for obj in page_obj %} {% endfor %}
ID 栏目 标题 发布时间 修改时间 状态 操作
{{obj.id}} {{obj.title}} {{obj.category.name}} 2024-02-25 23:59:30 2024-02-25 23:59:34 审核成功 编辑 预览 删除
{% else %} {{form.errors}} {% endif %}
{% endblock %} {% block content_pages %} {% if page_range %} {% for number in page_range %}
  • {{number}}
  • {% endfor %} {% endif %} {% endblock %}