{config_load file="$language/lang.conf" section="account_edit"}
{#heading_account#}
{$FORM_ACTION} {if $error!=''}
close
{$error}
{/if}
{#text_must#}
    {if $csID}
  • {$csID}
  • {/if} {if $gender=='1'}
  • {$INPUT_MALE} {$INPUT_FEMALE}
  • {/if}
  • {$INPUT_FIRSTNAME}
  • {if $secondname=='1'}
  • {$INPUT_SECONDNAME}
  • {/if}
  • {$INPUT_LASTNAME}
  • {if $birthdate=='1'}
  • {$INPUT_DOB}
  • {/if}
  • {$INPUT_EMAIL}
  • {if $telephone=='1'}
  • {$INPUT_TEL}
  • {/if} {if $fax=='1'}
  • {$INPUT_FAX}
  • {/if} {if $vat=='1'}
  • {$INPUT_VAT}
  • {/if} {if $INPUT_CUSTOMERS_EXTRA_FIELDS} {foreach item=customers_extra_filelds from=$INPUT_CUSTOMERS_EXTRA_FIELDS}
  • {$customers_extra_filelds.VALUE}
  • {/foreach} {/if}
  • {$BUTTON_BACK}{$BUTTON_SUBMIT}
{$FORM_END}