帖子管理

{% if msg %}

{{ msg }}

{% endif %} {% if error %}

{{ error }}

{% endif %}

帖子列表

+ 新增帖子
重置
{% for post, comment_count, author_name, like_count, bookmark_count in rows %} {% else %} {% endfor %}
ID 分类 标题 作者 评论 点赞 收藏 浏览 状态 发布时间 操作
#{{ post.id }} {{ post.category }}
{{ post.title }}
{{ post.content }}
{{ author_name or '用户' }} {{ comment_count }} {{ like_count }} {{ bookmark_count }} {{ post.view_count or 0 }} {% if post.is_pinned %}置顶{% endif %} {% if post.is_featured %}精华{% endif %} {% if post.is_locked %}锁帖{% endif %} {% if not post.is_pinned and not post.is_featured and not post.is_locked %} 普通 {% endif %} {{ post.created_at.strftime('%Y-%m-%d %H:%M') if post.created_at else '—' }} 查看 编辑 评论
{% if post.is_pinned %} {% else %} {% endif %}
{% if post.is_featured %} {% else %} {% endif %}
{% if post.is_locked %} {% else %} {% endif %}
暂无帖子。