{% load comment_tags %}
{% if profile_app_name and profile_model_name %} {% endif %} {% include 'comment/update_done.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..." %}