{v:math.subtract(a: currentPage, b: 1) -> v:variable.set(name: 'pageNumber')} {v:math.product(a: pageNumber, b: settings.itemsPerPage) -> v:variable.set(name: 'startRecordsNumber')} {v:math.product(a: currentPage, b: settings.itemsPerPage) -> v:variable.set(name: 'maxEndRecordsCount')}

{s:l(key:'common.results') -> f:format.case(mode:'capital')} {v:math.sum(a: startRecordsNumber, b: 1)} {s:l(key:'search.to')} {records -> f:count()} {maxEndRecordsCount} {s:l(key:'search.of')} {records -> f:count()} {s:l(key:'search.total')}.