<% if (searchCriteria.firstResult > 1) { %> <%- translate.get('paginationPrev') %> <% } %> <% if (searchCriteria.firstResult + searchCriteria.resultsPerPage < jobsCount) { %> <%- translate.get('paginationNext') %> <% } %>