{* $Id$ *} {title help="UserList"}{tr}User List{/tr}{/title} {$cant_users} {if !$find}{tr}users registered{/tr}{else} {tr}Users{/tr} {tr}like{/tr} "{$find}"{/if} {include file='find.tpl' autocomplete="username"} {if $prefs.feature_community_list_name eq 'y' and $prefs.user_show_realnames neq 'y'} {/if} {if $prefs.feature_score eq 'y' and $prefs.feature_community_list_score eq 'y'} {/if} {if $prefs.feature_community_list_country eq 'y'} {/if} {if $prefs.feature_community_list_distance eq 'y'}{/if} {section name=changes loop=$listusers} {if $prefs.feature_community_list_name eq 'y' and $prefs.user_show_realnames neq 'y'} {/if} {if $prefs.feature_score eq 'y' and $prefs.feature_community_list_score eq 'y'} {/if} {if $prefs.feature_community_list_country eq 'y'} {/if} {if $prefs.feature_community_list_distance eq 'y'} {/if} {sectionelse} {norecords _colspan=5} {/section}
{tr}User{/tr} {tr}Real Name{/tr} {tr}Score{/tr} {tr}Country{/tr} {tr}Distance (km){/tr} 
 {$listusers[changes].login|userlink}  {$listusers[changes].realName}  {$listusers[changes].score}  {if $listuserscountry[changes] == "None" || $listuserscountry[changes] == "Other" || $listuserscountry[changes] == ""} {html_image file='img/flags/Other.png' hspace='4' vspace='1' alt="{tr}Flag{/tr}" title="{tr}Flag{/tr}"} {else} {html_image file="img/flags/{$listuserscountry[changes]}.png" hspace='4' vspace='1' alt="{tr}Flag{/tr}" title="{tr}Flag{/tr}"} {tr}{$listuserscountry[changes]}{/tr} {/if}   {$listdistance[changes]} 
{pagination_links cant=$cant_pages step=$prefs.maxRecords offset=$offset}{/pagination_links}