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