{config_load file="lang/$language/lang_$language.conf" section="account_edit"} {config_load file="lang/$language/lang_$language.conf" section="create_account"} {$FORM_ACTION} {if $error!=''}
{$error}


{/if}

{#heading_account#}

{#text_must#}
{#title_personal#} {if $INPUT_MALE}
{#text_gender#}
{#text_male#} {$INPUT_MALE}
{#text_female#} {$INPUT_FEMALE}
{/if} {if $INPUT_TITLE}
{#text_title#}
{$INPUT_TITLE}
{/if} {if $INPUT_FIRSTNAME}
{#text_firstname#}
{$INPUT_FIRSTNAME}
{/if} {if $INPUT_LASTNAME}
{#text_lastname#}
{$INPUT_LASTNAME}
{/if} {if $INPUT_DOB}
{#text_birthdate#}
{$INPUT_DOB}
{/if} {if $INPUT_EMAIL}
{#text_email#}
{$INPUT_EMAIL}
{/if}
{if $INPUT_COMPANY}
{#title_company#}
{#text_company#}
{$INPUT_COMPANY}
{if $INPUT_VAT}
{#text_ustid#}
{$INPUT_VAT}
{/if}
{/if} {if $INPUT_TEL || $INPUT_FAX}
{#title_contact#} {if $INPUT_TEL}
{#text_tel#}
{$INPUT_TEL}
{/if} {if $INPUT_FAX}
{#text_fax#}
{$INPUT_FAX}
{/if}
{/if}
{$BUTTON_BACK}
{$BUTTON_SUBMIT}
{$FORM_END}