#**
* Paging and Statistics at bottom of results
*#
## Usually rendered in pagination div tag
#if($response.response.get('grouped'))
## pass
#else
#link_to_previous_page("previous")
$page.results_found
results found.
Page $page.current_page_number
of $page.page_count
#link_to_next_page("next")
#end