1 {% extends "django_testproject/base.html" %}
2 {% load pagination_tags %}
6 <p>This page demonstrates how autopaginate behaves under certain conditions</p>
7 <p>Below you can see a list of {{ item_list|length }} items.</p>
8 {% autopaginate item_list %}
9 {% for item in item_list %}