{if !empty($confirmed_email)}

[s`Thank you!`]

[s`You have successfully confirmed your email.`]

{elseif !empty($contact)}

[s`Thank you!`]

[s`You have successfully signed up.`]

{if !empty($email_confirmation_hash)}

[s`A confirmation link has been sent to you by email. Please click this link to confirm your signup and to sign in.`]

{/if} {else} {$wa->signupForm($errors, [ "show_title" => true, "show_oauth_adapters" => true ])}
{/if}