diff --git a/src/pat/structure/templates/paging.xml b/src/pat/structure/templates/paging.xml index 5f525a552..5a23678b3 100644 --- a/src/pat/structure/templates/paging.xml +++ b/src/pat/structure/templates/paging.xml @@ -44,8 +44,10 @@
+ <% if(totalPages){ %> <%- _t("Page:") %> <%- currentPage %> <%- _t("of") %> <%- totalPages %> <%- _t("shown") %> + <% } %>