{% load blog_tags %} {% load comments_tags %} {% load cache %} {% if article_comments %}
    {# {% query article_comments parent_comment=None as parent_comments %}#} {% for comment_item in p_comments %} {% with 0 as depth %} {% include "comments/tags/comment_item_tree.html" %} {% endwith %} {% endfor %}

{% endif %}