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