WelcomeLet me guide you through the signup process.
{#if currentStep.name !== Steps.WELCOME.name}
{/if}
{#if currentStep.name == Steps.WELCOME.name}
{:else if currentStep.name == Steps.SIGNUP.name}
{:else if currentStep.name == Steps.SIGNUP_MAIL.name}
{:else if currentStep.name == Steps.SIGNUP_AGB_ACCEPT.name}
{#if email !== ""}
By registering, you confirm that {email} is your email
{/if}
You agree to our Terms of Service and Privacy Policy.
{:else if currentStep.name == Steps.SIGNUP_SUCCESS.name}
Alright that's it, just walk up to the next available person and
tell them your name.
You can scan this qr code to login to our selfservice.
{:else if currentStep.name == Steps.SIGNIN.name}
{:else if currentStep.name == Steps.SIGNIN_BARCODE.name}
Just walk up to the next available person and show them your barcode.
{:else if currentStep.name == Steps.SIGNIN_MAIL.name}
{:else if currentStep.name == Steps.SIGNIN_MAIL_SUCCESS.name}
We found your email address, just walk up to the next available person
and tell them your name.
{/if}
{#if currentStep.showback}
{/if}
{#if currentStep.progress == 100}
{/if}