{% load staticfiles %}
{% if paginate and comments.paginator.num_pages > 1 %}
{% block pagination %}
{% include 'comment/pagination.html' with active_btn='bg-success' text_style='text-success' li_cls='page-item rounded mx-1' %}
{% endblock pagination %}
{% endif %}