{load_language_text section="account_edit"} {load_language_text section="buttons" name="button"}

{$txt.heading_account}

{$txt.title_personal} {if $gender == '1'}
 
{if $error_gender}
  {$error_gender}
{/if}
{/if}
{if $error_first_name} {$error_first_name} {/if}
{if $error_last_name} {$error_last_name} {/if}
{if $birthdate=='1'}
{$txt.birthday_example} {if $error_birth_day} {$error_birth_day} {/if}
{/if}
{if $error_mail} {$error_mail} {/if}
{if $error_tel} {$error_tel} {/if}
{if $vat == '1'}
{if $error_vat} {$error_vat} {/if}
{/if}
{if $GM_PRIVACY_LINK != '0'} {if $txt.title_privacy} {$txt.title_privacy} {/if} {if $show_privacy_checkbox} {/if} {if $error_privacy} {$error_privacy} {/if} {/if}
{if $delete!='1'}

{$txt.text_required}

{/if}