{% load cotton %}

Pagination Component

{% for variant in variants %}

{{ variant.title }}

{% if variant.show_previous %} {{ variant.previous_text }} {% endif %} {% for item in variant.items %} {% if item.type == "overflow" %} {% else %} {% endif %} {% endfor %} {% if variant.show_next %} {{ variant.next_text }} {% endif %}
{% endfor %}