<% if Results.NotFirstPage %>
<% _t('PREV','Prev') %>
<% end_if %>
<% control Results.Pages %>
<% if CurrentBool %>
$PageNum
<% else %>
$PageNum
<% end_if %>
<% end_control %>
<% if Results.NotLastPage %>
<% _t('NEXT','Next') %>
<% end_if %>
<% end_if %>