{{ page_title }}
← 评论列表
帖子管理
用户管理
总览
退出
{% if error %}
{{ error }}
{% endif %}
所属帖子 *
请选择帖子
{% for p in post_options %}
#{{ p.id }} {{ p.title }}
{% endfor %}
作者 *
请选择作者
{% for u in user_options %}
{{ u.username }}
{% endfor %}
评论内容 *
{{ content_val or '' }}
{% if comment_id %}
当前编辑评论 ID:#{{ comment_id }}
{% endif %}
{{ submit_text }}
取消