{$_("auth.signup.welcome")}
{$_("auth.signup.title")}
{$_("auth.signup.description")}
{$_("auth.signup.first_name")}
{$_("auth.signup.last_name")}
{$_("auth.signup.email")}
{$_("auth.signup.password")}
(showPassword = !showPassword)} class="cursor-pointer absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground" > {#if showPassword}
{:else}
{/if}
{$_("auth.signup.confirm_password")}
(showConfirmPassword = !showConfirmPassword)} class="cursor-pointer absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground hover:text-foreground" > {#if showConfirmPassword}
{:else}
{/if}
{$_("auth.signup.terms_agreement", { values: { terms: $_("auth.signup.terms_of_service"), privacy: $_("auth.signup.privacy_policy"), }, })}
{#if isError}
{$_( "auth.signup.error", )}
{error}
{/if}
{#if isLoading}
{$_("auth.signup.creating_account")} {:else} {$_("auth.signup.create_account")} {/if}
{$_("auth.signup.have_account")}
{$_("auth.signup.sign_in_link")}