评论管理

{% if msg %}

{{ msg }}

{% endif %} {% if error %}

{{ error }}

{% endif %}

评论列表

+ 新增评论
重置
{% for comment, post_title, author_name in rows %} {% else %} {% endfor %}
ID 帖子 作者 评论内容 发布时间 操作
#{{ comment.id }} #{{ comment.post_id }} {{ post_title }} {{ author_name or '用户' }}
{{ comment.content }}
{{ comment.created_at.strftime('%Y-%m-%d %H:%M') if comment.created_at else '—' }} 编辑
暂无评论。