{assign var=$page_title value="Create an Account"} {include filename="global-header.tpl"}
Create an Account
{if $errors} {/if} {* Show the user defined fields *} {foreach var=field from=$user_fields} {if $field.on_create} {if $field.type == FT_CHECKBOX} {else} {/if} {/if} {/foreach} {if $config.account_captcha} {/if}
{$errors}
Username
Password
Confirm Password
Name
E-mail Address
(Make sure this works, you need it to confirm your registration)
  {field from=$field value=$field.value}
{$field.label|htmlspecialchars} {field from=$field value=$field.value}
Verification
Copy the characters from the image into the text box for verification
{include filename="global-footer.tpl"}