A list of the pages that this pager manages. Can be used to display direct links to the pages, for example like this: #foreach ($page in $pager.pages)
<a href="$page.link" class="#if($page.current) current #end">
$page.number
</a>
#end
Returns: A list of pager pages. |