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