{% 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 comments %} {% include 'comment/parent_comment.html' %} {% endfor %} {% if paginate and comments.paginator.num_pages > 1 %} {% include 'comment/pagination.html' %} {% endif %}