{{if $pages > 1}} {{if !( \IPS\Request::i()->isAjax() AND \IPS\Request::i()->dir == 'next' ) AND $direction == 'prev' && $activePage != $pages && !( $activePage > $pages )}}
  • {lang="show_prev_comments"}  {lang="x_more" pluralize="$comments - ( $activePage * $perPage )"}
  • {{elseif !( \IPS\Request::i()->isAjax() AND \IPS\Request::i()->dir == 'prev' ) AND $direction == 'next' && $activePage > 1}}
  • {lang="show_next_comments"}  {lang="x_more" pluralize="( $activePage - 1 ) * $perPage"}
  • {{endif}} {{endif}}