🔨
{$_('settings')}

{$_('profile')}

{$_('everything-concerning-your-profile')}

{#await user_promise} {$_('loading-profile-data')} {:then}
{$_('profile-picture')}
{#if !isEmail(editable.email)} {$_('valid-email-is-required')} {/if}
{/await}

{$_('password')}

{$_('change-your-password-here')}

{#await user_promise} {$_('loading-profile-data')} {:then}
{#if password_change != password_confirm && password_change.length > 0} {$_('passwords-dont-match')} {/if}
{#if update_password_enabled}

{$_('after-the-update-youll-get-logged-out-please-login-with-your-new-password-after-that')}

{/if}
{/await}

{$_('danger-zone')}

{$_('stuff-that-could-harm-your-profile')}

{#await user_promise} {$_('loading-profile-data')} {:then}
{#if delete_triggered} {/if} {#if !delete_triggered} {/if}
{/await}