{% extends 'cms/cms_base.html' %} {% block title %} 熊熊论坛后台帖子管理 {% endblock %} {% block head %} {% endblock %} {% block page_title %} 熊熊帖子管理 {% endblock %} {% block role %} {{ max_role }} {% endblock %} {% block content %} {% for post in posts %} {% endfor %}
标题 发布时间 板块 作者 操作
{{ post.title }} {{ post.create_time }} {{ post.board.name }} {{ post.author.username }} {% if post.highlight %} {% else %} {% endif %}
{{ pagination.links }}
{% endblock %}