<% if ShowPagination %> <% if TotalCount %>
<% if FirstLink %><% _t('VIEWFIRST', 'View first') %> $PageSize <% else %><% _t('VIEWFIRST', 'View first') %> $PageSize<% end_if %> <% if PrevLink %> <% else %><% _t('VIEWPREVIOUS', 'View previous') %> $PageSize<% end_if %> <% _t('DISPLAYING', 'Displaying') %> $FirstItem <% _t('TO', 'to') %> $LastItem <% _t('OF', 'of') %> $TotalCount <% if NextLink %> <% else %><% _t('VIEWNEXT', 'View next') %> $PageSize<% end_if %> <% if LastLink %><% _t('VIEWLAST', 'View last') %> $PageSize <% else %><% _t('VIEWLAST', 'View last') %> $PageSize<% end_if %>
<% end_if %> <% end_if %>