Reports
-
{% if productList.has_previous %}
- « {% else %}
- « {% endif %} {% for i in productList.paginator.page_range %} {% if productList.number == i %}
- {{ i }} (current) {% else %}
- {{ i }} {% endif %} {% endfor %} {% if productList.has_next %}
- » {% else %}
- » {% endif %}
- Page {{ productList.number }} of {{ productList.paginator.num_pages }}.