{* $Id$ *}
{tr}User Wizard{/tr}
{tr}Set up basic information as a user on this site{/tr}.
{tr}Personal Information{/tr}
{tr}User Preferences{/tr}
{if $prefs.feature_userPreferences eq 'y'} {if $prefs.feature_community_gender eq 'y'} {/if} {if $prefs.feature_wiki eq 'y' and $prefs.feature_wiki_userpage eq 'y'} {/if} {if $prefs.userTracker eq 'y' && $usertrackerId} {if $tiki_p_admin eq 'y' and !empty($userwatch) and $userwatch neq $user} {else} {/if} {/if} {* Custom fields *} {section name=ir loop=$customfields} {if $customfields[ir].show} {/if} {/section}
{tr}User:{/tr} {$userinfo.login|escape} {if $prefs.login_is_email eq 'y' and $userinfo.login neq 'admin'} ({tr}Use the email as username{/tr}) {/if}
{tr}Real Name:{/tr} {if $prefs.auth_ldap_nameattr eq '' || $prefs.auth_method ne 'ldap'} {else} {$realName|escape} {/if}
{tr}Profile picture:{/tr} {$avatar} {if $prefs.user_use_gravatar eq 'y'} {tr}Pick user profile picture{/tr} {else} {tr}Pick user profile picture{/tr} {/if}
{tr}Gender:{/tr} {tr}Male{/tr} {tr}Female{/tr} {tr}Hidden{/tr}
{tr}Country:{/tr} {if isset($country) && $country != "None" && $country != "Other"} {$userinfo.login|countryflag} {/if}
{tr}Homepage URL:{/tr}
{tr}Your personal Wiki Page:{/tr} {if $userPageExists eq 'y'} {$prefs.feature_wiki_userpage_prefix}{$userinfo.login|escape} ( {tr}Edit{/tr} ) {else} {$prefs.feature_wiki_userpage_prefix}{$userinfo.login|escape} ( {tr}Create{/tr} ) {/if}
{tr}User's personal tracker information:{/tr} {tr}View extra information{/tr}
{tr}Your personal tracker information:{/tr} {tr}View extra information{/tr}
{$customfields[ir].label}:
{tr}User information:{/tr}
{else} {tr}The feature 'User Preferences' is currently disabled in this site{/tr}.
{if $userwatch=='admin'} {remarksbox title="{tr}Enable the feature{/tr}" type="errors"}
{tr}Enable it:{/tr} {preference name=feature_userPreferences}
{/remarksbox} {else}
{tr}You might ask your site admin to enable it{/tr}.

{/if} {/if}