{% extends 'base.html' %} {% block content %}
编号 | 标题 | 浏览 | 评论 | 操作 |
{{ article.articleid }} | {{ article.headline | striptags | truncate(32)}} | {{ article.readcount }} | {{ article.replycount }} | 编辑 {% if article.recommended == 0 %}推荐 {% else %} 已推 {% endif %} {% if article.hidden == 0 %}隐藏 {% else %} 已隐 {% endif %} {% if article.checked == 1 %}已审 {% else %} 待审 {% endif %} 删除 |
{% if page == 1 %} 上一页 {% else %} 上一页 {% endif %} {% for i in range(total) %} {{i + 1}} {% endfor %} {% if page == total %} 下一页 {% else %} 下一页 {% endif %} |