{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}
| {#csID#}{$csID} |
{/if}
{if $gender == '1'}
| {#text_gender#}{$INPUT_GENDER} |
{/if}
| {#text_firstname#}{$INPUT_FIRSTNAME} |
| {#text_lastname#}{$INPUT_LASTNAME} |
{if $birthdate == '1'}
| {#text_birthdate#}{$INPUT_DOB}{$TEXT_DOB_NOTE} |
{/if}
{#title_contact#} ({#text_must#})
| {#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\""} |
{if $fax == '1'}
| {#text_fax#}{$INPUT_FAX|replace:"type=\"text\"":"type=\"tel\""} |
{/if}
{if $vat == '1'}
| {#text_ustid#}{$INPUT_VAT}{$TEXT_VAT_NOTE} |
{/if}
{$BUTTON_BACK}
{$BUTTON_SUBMIT}
{$FORM_END}