{% extends 'base.html' %} {% block content %}
评论树
评论列表
{{ comment.parent_comment.user.username }}: {{ comment.parent_comment.content }}
{{ comment.content }}
发表评论
昵称:
评论内容:
提交评论
评论列表
{% for comment in comment_list %}-
{{ forloop.counter }}楼
{{ comment.create_time|date:'Y-m-d H:i' }}
{{ comment.user.username }}
回复
{% if comment.parent_comment_id %}
{% endif %}
{% endfor %}
{{ comment.parent_comment.user.username }}: {{ comment.parent_comment.content }}
{{ comment.content }}
发表评论
昵称:
评论内容: