{config_load file="$language/lang.conf" section="create_account"}

{#heading_create_account#}

{$FORM_ACTION} {if $error!=''}
{$error}

{/if}

{#text_must#}

{#title_personal#}
{if $gender=='1'} {$INPUT_MALE} {$INPUT_FEMALE}
 
{/if} {$INPUT_FIRSTNAME}
 
{$INPUT_LASTNAME}
 
{if $birthdate=='1'} {$INPUT_DOB}
 
{/if} {$INPUT_EMAIL}
 
{if $company=='1'}
{#title_company#}
{$INPUT_COMPANY}
 
{if $vat=='1'} {$INPUT_VAT}
 
{/if}
{/if}
{#title_address#}
{$INPUT_STREET}
 
{if $suburb=='1'} {$INPUT_SUBURB}
 
{/if} {$INPUT_CODE}
 
{$INPUT_CITY}
 
{if $state=='1'} {$INPUT_STATE}
 
{/if} {$SELECT_COUNTRY}
 

{#title_contact#}
{$INPUT_TEL}
 
{$INPUT_FAX}
 

{#title_password#}
{$INPUT_PASSWORD}
 
{$INPUT_CONFIRMATION}
 

{$BUTTON_SUBMIT}

{$FORM_END}