{$t('auth.register')} — {$t('app_title')}

{$t('auth.register_title')}

{$t('auth.register_subtitle')}

{#if $errors.displayName}

{$errors.displayName[0]}

{/if}
{#if $errors.email}

{$errors.email[0]}

{/if}
{#if $errors.password}

{$errors.password[0]}

{/if}

{$t('auth.have_account')} {$t('auth.sign_in_link')}