{#if !record.$isNew} {/if} {#if record.$isNew || changePasswordToggle}
{/if}
{ if (record.$isNew) { return; // no confirmation required } confirm( `Do you really want to manually change the verified account state?`, () => {}, () => { record.verified = !e.target.checked; } ); }} />