{m.btn_back_to_overview()}
{m.admin_user_edit_heading({ username: data.editUser.username })}
{#if form?.success}
{m.admin_user_updated()}
{/if} {#if form?.error}
{form.error}
{/if}
{m.profile_section_personal()}
{m.profile_label_first_name()}
{m.profile_label_last_name()}
{m.profile_label_birth_date()}
{m.profile_label_email()}
{m.profile_label_contact()}
{data.editUser.contact ?? ''}
{m.admin_col_groups()}
{#each data.groups as group (group.id)}
g.id === group.id)} class="rounded border-gray-300 text-brand-navy focus:ring-brand-mint" /> {group.name}
{/each}
{m.admin_label_new_password_optional()}
{m.profile_label_new_password()}
{m.profile_label_new_password_confirm()}
{m.btn_cancel()}
{m.btn_save()}