{% load el_pagination_tags %} {% paginate 3 objects %} {% for object in objects %}

{{ object.title }}

{{ object.contents }}
{% endfor %} {% get_pages %}
Objects {{ pages.current_start_index }} ... {{ pages.current_end_index }} of {{ pages.total_count }}