{config_load file="$language/lang_$language.conf" section="create_account"}
{#heading_create_account#}
{$FORM_ACTION}
{if $error != ''}{$error}
{/if}
{#title_personal#} ({#text_must#})
{if $gender == '1'}
{#text_gender#} |
{$INPUT_MALE} |
{$INPUT_FEMALE} |
|
{/if}
{#text_firstname#} |
{$INPUT_FIRSTNAME} |
{#text_lastname#} |
{$INPUT_LASTNAME} |
{if $birthdate == '1'}
{#text_birthdate#} |
{$INPUT_DOB} |
{/if}
{#text_email#} |
{$INPUT_EMAIL} |
{#text_confirm_email#} |
{$INPUT_CONFIRM_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} |
{#text_country#} |
{$SELECT_COUNTRY} |
{if $state == '1'}
{#text_state#} |
{$INPUT_STATE} |
{/if}
{#title_contact#}
{#text_tel#} |
{$INPUT_TEL} |
{#text_fax#} |
{$INPUT_FAX} |
{#title_newsletter#}
{$CHECKBOX_NEWSLETTER} |
{#text_newsletter#} |
{#title_password#}
{#text_password_policy#|sprintf:$smarty.const.ENTRY_PASSWORD_MIN_LENGTH}
{#text_password#} |
{$INPUT_PASSWORD} |
{#text_confirmation#} |
{$INPUT_CONFIRMATION} |
{if $PRIVACY_CHECKBOX}
{$PRIVACY_CHECKBOX} |
{#text_privacy_accept#} {$PRIVACY_LINK} |
{/if}
{$BUTTON_SUBMIT}
{#text_must#}
{$FORM_END}