Showing {{start}} to {{end}} of {{products_count}} products
{% if products.has_other_pages %}
    {% if products.has_previous %} First Previous {% else %} {% endif %} {% for i in products.paginator.page_range %} {% if products.number == i %}
  • {{ i }} (current)
  • {% else %}
  • {{ i }}
  • {% endif %} {% endfor %} {% if products.has_next %} Next Last {% else %} {% endif %}
{% endif %}