{config_load file="$language/lang_$language.conf" section="create_account"} {#heading_create_account#}
{$FORM_ACTION}
{if $error!=''}
{/if}
{#title_personal#} |
{#text_must#} |
{if $gender=='1'}
{#text_gender#} |
{#text_male#}
{$INPUT_MALE} {#text_female#} {$INPUT_FEMALE} |
{/if}
{#text_firstname#} |
{$INPUT_FIRSTNAME} |
{#text_lastname#} |
{$INPUT_LASTNAME} |
{if $birthdate=='1'}
{#text_birthdate#} |
{$INPUT_DOB} |
{/if}
{#text_email#} |
{$INPUT_EMAIL} |
{if $company=='1'}
{#title_company#}
{#text_company#} |
{$INPUT_COMPANY} |
{if $vat=='1'}
{#text_ustid#} |
{$INPUT_VAT} |
{/if}
{/if}
{#title_address#}
{#text_street#} |
{$INPUT_STREET} |
{if $suburb=='1'}
{#text_suburb#} |
{$INPUT_SUBURB} |
{/if}
{#text_code#} |
{$INPUT_CODE} |
{#text_city#} |
{$INPUT_CITY} |
{if $state=='1'}
{#text_state#} |
{$INPUT_STATE} |
{/if}
{#text_country#} |
{$SELECT_COUNTRY} |
{#title_contact#}
{#text_tel#} |
{$INPUT_TEL} |
{#text_fax#} |
{$INPUT_FAX} |
{$FORM_END}