The Page class is accessible via the webhelpers.pagination module.
Boolean indiciating if this page is the first.
The number of the first item in the page.
Boolean indicating if this page is the last.
The number of the last item in the page.
Next page if it exists, None otherwise.
Offset of the page, useful for database queries.
Previous page if it exists, None otherwise.
Creates a new Page for the given paginator with the index number.
See the source for more information.
Top