{config_load file="lang/$language/lang_$language.conf" section="create_account"} {if $error!=''}
{$error}
{/if}

{#heading_create_account#}

{$FORM_ACTION}
{#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}
{if $company=='1'}
{#title_company#}
{#text_company#}
{$INPUT_COMPANY}
{if $vat=='1'}
{#text_ustid#}
{$INPUT_VAT}
{/if}
{/if}
{#title_address#}
{#text_street#}
{$INPUT_STREET}{$INPUT_STREET_NUM}
{if $suburb=='1'}
{#text_suburb#}
{$INPUT_SUBURB}
{/if}
{#text_code_city#}
{$INPUT_CODE} {$INPUT_CITY}
{if $SELECT_COUNTRY_ENABLE != 'false'}
{#text_country#}
{$SELECT_COUNTRY}
{else} {$SELECT_COUNTRY} {/if} {if $state=='1'}
{#text_state#}
{$INPUT_STATE}

{$SELECT_COUNTRY_JS}
{/if}
{#title_contact#}
{#text_tel#}
{$INPUT_TEL}
{#text_fax#}
{$INPUT_FAX}
{#title_newsletter#} {$CHECKBOX_NEWSLETTER} {#receive_newsletter#}
{if $TRUSTED_DSG != 'false'}
{#title_datensg#}
{$DSG}
{$DATENSG_CHECKBOX} {#text_accept_datensg#}{$BUTTON_PRINT}


{/if}
{$BUTTON_SUBMIT}
{$FORM_END}