{% comment %} Cotton Pagination Component Converts existing pagination component to use Django Cotton's component system {% endcomment %} {% if page_obj %}
{% if page_obj.has_previous %} Previous {% else %} Previous {% endif %} {% if page_obj.has_next %} Next {% else %} Next {% endif %}
{% endif %}