dispatch('cancel')} disabled={deleteButtonDisabled} >
{#if forceDelete}

{user.name}'s account and assets will be queued for permanent deletion immediately.

{:else}

{user.name}'s account and assets will be scheduled for permanent deletion in {$serverConfig.userDeleteDelay} days.

{/if}
{ deleteButtonDisabled = forceDelete; }} />
{#if forceDelete}

{$t('admin.force_delete_user_warning')}

{$t('admin.confirm_email_below', { values: { email: user.email } })}

{/if}