{{model_object.comments.all.count}} Comments
{% include 'comment/comments/create_comment.html' with placeholder="comment on this post..." %}
{% for comment in comments %} {% include 'comment/comments/parent_comment.html' with placeholder='reply to this comment...' %} {% endfor %}
{% if comments.paginator.num_pages > 1 %} {% block pagination %} {% include 'comment/comments/pagination.html' with active_btn='bg-success' text_style='text-success' li_cls='page-item rounded mx-1' %} {% endblock pagination %} {% endif %}