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

{#heading_account#}

{if $error!=''} {$error} {/if} {$FORM_ACTION}
{#text_must#}

{#title_personal#} {if $csID}

{#csID#} {$csID}

{/if} {if $gender=='1'}

{$INPUT_MALE} {$INPUT_FEMALE}

{/if}

{$INPUT_FIRSTNAME}

{if $secondname=='1'}

{#text_secondname#} {$INPUT_SECONDNAME}

{/if}

{$INPUT_LASTNAME}

{if $birthdate=='1'}

{$INPUT_DOB}

{/if}

{$INPUT_EMAIL}

{if $telephone=='1'}

{$INPUT_TEL}

{/if} {if $fax=='1'}

{#text_fax#} {$INPUT_FAX}

{/if} {if $vat=='1'}

{#text_ustid#} {$INPUT_VAT}

{/if}
{if $INPUT_CUSTOMERS_EXTRA_FIELDS}
{#title_options#} {foreach item=customers_extra_filelds from=$INPUT_CUSTOMERS_EXTRA_FIELDS}

{$customers_extra_filelds.VALUE}

{/foreach}
{/if}
{$BUTTON_BACK} {$BUTTON_SUBMIT}
{$FORM_END}