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