@{{comment.parent.user.username}}: {% autoescape on %} {{comment.parent.text}} {% endautoescape %}
评论: {% autoescape on %} {{comment.text}} {% endautoescape %}
{{comment.create_time|date:"Y-m-d H:i:s" }}          回复
{% for comment in comment_list%}-
{% if comment.user.image %}
{%else%}
{%endif%}
{% endif %}
{% endfor%}
{{comment.user.username}}
{% if comment.parent %}@{{comment.parent.user.username}}: {% autoescape on %} {{comment.parent.text}} {% endautoescape %}
评论: {% autoescape on %} {{comment.text}} {% endautoescape %}
{{comment.create_time|date:"Y-m-d H:i:s" }}          回复