{% load staticfiles %}
{{model_object.comments.all.count}} Comments
{% include 'comment/create_comment.html' with button_name='comment' is_child=False placeholder="comment on this post..." %}
{% for comment in model_object.comments.all_parent_comments %} {% include 'comment/parent_comment.html' %} {% endfor %}