🔨
{$_("settings")}

{$_("profile")}

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

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

{$_("password")}

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

{#await user_promise} {$_("loading-profile-data")} {:then}
{#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}