{if="isset($result_count) && $result_count > 0"} {$total=$result_count} {else} {if="$is_logged_in"} {$total="$linkcount"} {else} {if="empty($privateLinkcount)"} {$total="$linkcount"} {else} {$total=$linkcount - $privateLinkcount} {/if} {/if} {/if} {$from=($page_current - 1) * $links_per_page + 1} {$to=min($total, ($page_current - 1) * $links_per_page + $links_per_page)} {if="!empty($search_tags) && stripos($search_tags, 'note') !== false"} {$paging_label="Notes"} {else} {$paging_label="Bookmarks"} {/if}
{if="$page_max > 1"} {/if}
{$paging_label} {$from} - {$to} / {$total}