{{! Pager nextClick - handler script for "next" button, only available if there is a next page prevClick - handler script for "previous" button if there is a previous page moreNext - indicates there are more pages following those displayed morePrev - indicates there are more pages preceding first - first record displayed last - last record displayed count - number of records available found - number of records found pages: number - page number click - script to go to this page unless it is the current one }}
{{mkws-translate "Displaying"}}: {{first}} {{mkws-translate "to"}} {{last}} {{mkws-translate "of"}} {{count}} ({{{mkws-translate "found"}}}: {{found}})
{{#if prevClick}} {{{mkws-translate "Prev"}}} | {{else}} {{{mkws-translate "Prev"}}} | {{/if}} {{#if morePrev}}...{{/if}} {{#each pages}} {{#if click}} {{number}} {{else}} {{number}} {{/if}} {{/each}} {{#if moreNext}}...{{/if}} {{#if nextClick}} | {{{mkws-translate "Next"}}} {{else}} | {{{mkws-translate "Next"}}} {{/if}}