{% extends "fladmin/public/base.html" %} {% block title %}文章列表{% endblock %} {% block content %}
栏目管理 > 文章列表 | 未审核文章 [ 发布文章 ]
{% for row in list %} {% endfor %}
ID 选择 文章标题 更新时间 栏目 点击 操作
{{row.id}} {{row.title}} {% if row.litpic %}[图]{% endif %} {% if row.tuijian ==1 %} [荐] {% endif %} {{row.update_time|date}} {{row.type_name_text}} {{row.click}} 预览 修改 删除
反选  删除  特荐
{% endblock %}