{% load comment_tags %}
{% include 'comment/comments/image.html' with comment=comment %}
{% for comment in comment.replies %} {% include 'comment/comments/child_comment.html' %} {% endfor %} {% include 'comment/comments/create_comment.html' with placeholder=placeholder %}