{include file='header.tpl'}

{tr}Contacts{/tr}

{include file='find.tpl'} {initials_filter_links}
{section name=user loop=$channels} {/section}
{tr}First Name{/tr} {tr}Last Name{/tr} {tr}Email{/tr} {tr}Nickname{/tr}
{$channels[user].firstName} {$channels[user].lastName} {$channels[user].nickname}
{if $prev_offset >= 0} [ {tr}Prev{/tr} ]  {/if} {tr}Page:{/tr} {$actual_page}/{if $cant_pages > 0}{$cant_pages}{else}1{/if} {if $next_offset >= 0}  [ {tr}Next{/tr} ] {/if} {if $prefs.direct_pagination eq 'y'}
{section loop=$cant_pages name=foo} {assign var=selector_offset value=$smarty.section.foo.index|times:$prefs.maxRecords} {$smarty.section.foo.index_next}   {/section} {/if}