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

{#heading_account#}

{$FORM_ACTION} {if $error!=''}
{$error}
{/if}
 
{#title_personal#} {#text_must#}
{if $csID} {/if} {if $gender=='1'} {/if} {if $secondname=='1'} {/if} {if $birthdate=='1'} {/if} {if $telephone=='1'} {/if} {if $fax=='1'} {/if} {if $vat=='1'} {/if} {if $INPUT_CUSTOMERS_EXTRA_FIELDS} {foreach item=customers_extra_filelds from=$INPUT_CUSTOMERS_EXTRA_FIELDS} {/foreach} {/if}
{#csID#} {$csID}
{$INPUT_MALE} {$INPUT_FEMALE}
{$INPUT_FIRSTNAME}
{#text_secondname#} {$INPUT_SECONDNAME}
{$INPUT_LASTNAME}
{$INPUT_DOB}
{$INPUT_EMAIL}
{$INPUT_TEL}
{#text_fax#} {$INPUT_FAX}
{#text_ustid#} {$INPUT_VAT}
{$customers_extra_filelds.NAME}: {$customers_extra_filelds.VALUE}

{$BUTTON_BACK} {$BUTTON_SUBMIT}
{$FORM_END}