{assign var=$page_title value="Edit Your Account"} {include filename="global-header.tpl"}
Edit Your Account
{if $errors} {/if} {* Show the user defined fields *} {foreach var=field from=$user_fields} {if $field.on_edit} {if $field.type == FT_CHECKBOX} {else} {/if} {/if} {/foreach}
{$errors}
Username {$account.username|htmlspecialchars}
Password
Only fill this in if you want to change your password
Confirm Password
Name
E-mail Address
  {field from=$field value=$field.value}
{$field.label|htmlspecialchars} {field from=$field value=$field.value}
{include filename="global-footer.tpl"}