<#Edit Player Profile#>

<#Profile for#> {$profile.name|escape} ({$profile.uniqueid|escape})

{if !$profile.userid}

This player has no user registered yet. You can register this player by creating a username and password below.

{/if}
{if $allow_username_change}
{$form.username.label} {if user_is_admin() and $profile.userid != $user.userid} {if $form.accesslevel.error}

{$form.accesslevel.error}

{/if} {/if} {if $form.username.error}

{$form.username.error}

{/if}
{else}
{$form.username.label} {$username|escape}
{/if} {* {if user_is_admin() and $profile.userid != $user.userid}
{$form.accesslevel.label} {if $form.accesslevel.error}

{$form.accesslevel.error}

{/if}
{/if} *}
{$form.password.label} {if $profile.userid}(<#Optional#>){/if}{if $form.password.error}

{$form.password.error}

{/if}
{$form.password2.label} {if $form.password2.error}

{$form.password2.error}

{/if}
{if $require_oldpassword}
{$form.oldpassword.label} {if $form.oldpassword.error}

{$form.oldpassword.error}

{/if}

{$form.oldpassword.statustext|escape:'quotes'}

{/if}
{$form.plrname.label} {if $form.plrname.error}

{$form.plrname.error}

{/if}
{$form.icon.label}

<#View Gallery#> {if $allow_icon_upload} / <#Upload Icon#> {/if}

{if $form.icon.error}

{$form.icon.error}

{/if}
{$form.cc.label} {flagimg cc=$cc id="flagimg" style="border: 1px solid black; vertical-align: top"} {if $form.cc.error}

{$form.cc.error}

{/if}
{$form.email.label} {if $form.email.error}

{$form.email.error}

{/if}
{$form.aim.label} {if $form.aim.error}

{$form.aim.error}

{/if}
{$form.icq.label} {if $form.icq.error}

{$form.icq.error}

{/if}
{$form.msn.label} {if $form.msn.error}

{$form.msn.error}

{/if}
{$form.website.label} {if $form.website.error}

{$form.website.error}

{/if}
{$form.logo.label}



<#Preview Logo#>

{if $form.logo.error}

{$form.logo.error}

{/if}

The logo field is treated as normal HTML. For instance, If you want to create an image you need to input the proper <img> tag, etc.

{include file='block_form_footer.html'}