{* $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"}
| {tr}User{/tr} | {if $prefs.feature_community_list_name eq 'y' and $prefs.user_show_realnames neq 'y'}{tr}Real Name{/tr} | {/if} {if $prefs.feature_score eq 'y' and $prefs.feature_community_list_score eq 'y'}{tr}Score{/tr} | {/if} {if $prefs.feature_community_list_country eq 'y'}{tr}Country{/tr} | {/if} {if $prefs.feature_community_list_distance eq 'y'}{tr}Distance (km){/tr} | {/if}
|---|---|---|---|---|
| {$listusers[changes].login|userlink} | {if $prefs.feature_community_list_name eq 'y' and $prefs.user_show_realnames neq 'y'}{$listusers[changes].realName} | {/if} {if $prefs.feature_score eq 'y' and $prefs.feature_community_list_score eq 'y'}{$listusers[changes].score} | {/if} {if $prefs.feature_community_list_country eq 'y'}{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} | {/if} {if $prefs.feature_community_list_distance eq 'y'}{$listdistance[changes]} | {/if}