{% include 'comment/comments/comment_body.html' with comment=comment %}
{% get_comment_replies comment user as replies %}
{% for comment in replies %}
{% include 'comment/comments/child_comment.html' %}
{% endfor %}
{% include 'comment/comments/create_comment.html' with placeholder=placeholder %}