{% load blog_tags %} {% load comments_tags %} {% comment %}

{{ comment_count }} 条回复

{% endcomment %} {% if article_comments %}
    {% query article_comments parent_comment=None as parent_comments %} {% for comment in parent_comments %} {% show_comment_item comment False %} {% parse_commenttree article_comments comment as childcomments %} {% if childcomments %}
      {% for child in childcomments %} {% show_comment_item child True %} {% endfor %}
    {% endif %} {% endfor %}
{% endif %}