X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Ftemplates%2Fpager.handlebars;h=16b29aa8323c0e94dd43fa7ca5c485c438fb5ac6;hp=61768ed8478d79e2758bab0a34744dd04f937a86;hb=eb29a7eb85ebf181e2bbfe24740338b4c28882cc;hpb=87f7247264291d6f6a425f847e8d9d0118a5c405 diff --git a/src/templates/pager.handlebars b/src/templates/pager.handlebars index 61768ed..16b29aa 100644 --- a/src/templates/pager.handlebars +++ b/src/templates/pager.handlebars @@ -14,9 +14,13 @@ pages: 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 found}} + {{mkws-translate "Displaying"}}: + {{first}} {{mkws-translate "to"}} {{last}} + {{mkws-translate "of"}} {{count}} ({{{mkws-translate "found"}}}: {{found}}) + {{else}} + No hits. + {{/if}}