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}

WARNING: This will immediately remove the user and all assets. This cannot be undone and the files cannot be recovered.

To confirm, type "{user.email}" below

{/if}