{m.profile_section_personal()}
{#if form?.updateSuccess}
{m.profile_saved()}
{/if} {#if form?.updateError}
{form.updateError}
{/if}
{m.profile_label_first_name()}
{m.profile_label_last_name()}
{m.profile_label_birth_date()}
{m.profile_label_email()}
{m.profile_label_contact()}
{user?.contact ?? ''}
{m.btn_save()}