{% load comment_tags %}
{% include 'comment/image.html' with obj=comment is_parent=True %}{% for reply in comment.replies %} {% include 'comment/child_comment.html' %} {% endfor %} {% include 'comment/create_comment.html' with button_name='reply' is_child=True placeholder="reply to this comment..." %}