{config_load file="$language/lang.conf" section="account_edit"}
{#heading_account#}
{if $error!=''}
{$error}
{/if} {$FORM_ACTION}
{#title_personal#}
{#text_must#}
{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 $vat=='1'}
{#text_ustid#}
{$INPUT_VAT}
{/if}
{#title_contact#}
{if $telephone=='1'}
{$INPUT_TEL}
{if $fax=='1'}
{#text_fax#}
{$INPUT_FAX}
{/if} {/if} {if $INPUT_CUSTOMERS_EXTRA_FIELDS} {foreach item=customers_extra_filelds from=$INPUT_CUSTOMERS_EXTRA_FIELDS}
{$customers_extra_filelds.NAME}:
{$customers_extra_filelds.VALUE}
{/foreach} {/if}
{$BUTTON_BACK}
{$BUTTON_SUBMIT}
{$FORM_END}