prologin.concours.stechec.templatetags.paginator module

prologin.concours.stechec.templatetags.paginator.paginator(context, adjacent_pages=2)

To be used in conjunction with the object_list generic view.

Adds pagination context variables for use in displaying first, adjacent and last page links in addition to those created by the object_list generic view.

http://djangosnippets.org/snippets/73/