{config_load file="$language/lang_$language.conf" section="account_edit"} {config_load file="lang_`$language`.custom"} {config_load file="lang_`$language`.section" section="account_edit"}

{#heading_account#}

{$FORM_ACTION} {if $error_message}
{$error_message}
{/if}

{#title_personal#} ({#text_must#})

{if $csID} {/if} {if $gender == '1'} {/if} {if $birthdate == '1'} {/if}
{#csID#}{$csID}
{#text_gender#}{$INPUT_GENDER}
{#text_firstname#}{$INPUT_FIRSTNAME}
{#text_lastname#}{$INPUT_LASTNAME}
{#text_birthdate#}{$INPUT_DOB}{$TEXT_DOB_NOTE}

{#title_contact#} ({#text_must#})

{if $fax == '1'} {/if} {if $vat == '1'} {/if}
{#text_email#}{$INPUT_EMAIL|replace:"type=\"text\"":"type=\"email\""}
{#text_confirm_email#}{$INPUT_CONFIRM_EMAIL|replace:"type=\"text\"":"type=\"email\""}
{#text_tel#}{$INPUT_TEL|replace:"type=\"text\"":"type=\"tel\""}
{#text_fax#}{$INPUT_FAX|replace:"type=\"text\"":"type=\"tel\""}
{#text_ustid#}{$INPUT_VAT}{$TEXT_VAT_NOTE}
{$BUTTON_BACK}
{$BUTTON_SUBMIT}
{$FORM_END}