{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if $pager and $pager->_response} {if $pager->_response.numPages > 1}
{if $location eq 'top'} {$pager->_response.titleTop} {else} {$pager->_response.titleBottom} {/if} {$pager->_response.first}  {$pager->_response.back}  {$pager->_response.next}  {$pager->_response.last}  {$pager->_response.status}
{/if} {* Controller for 'Rows Per Page' *} {if $location eq 'bottom' and $pager->_totalItems > 25}
 
{/if} {if $location neq 'top'} {/if} {/if}