{{if $pages > 1}} {{if $direction == 'prev' && $activePage != $pages && !( $activePage > $pages )}}
{lang="show_prev_comments"}
{lang="x_more" sprintf="$comments - ( $activePage * $perPage )"}
{{elseif $direction == 'next' && $activePage > 1}}
{lang="show_next_comments"}
{lang="x_more" sprintf="( $activePage - 1 ) * $perPage"}
{{endif}} {{endif}}