{#if event_status === StepStatus.Waiting}
Waiting...
{:else if event_status === StepStatus.Loading}
Creating event...
{:else if event_status === StepStatus.Success}
{all_data.isAddingParticipants ? 'Using existing event.' : 'Event created successfully.'}
{:else if event_status === StepStatus.Failure}
Failed to create event.
{/if}
Creating QR codes for participants
{#if participants_status === StepStatus.Waiting}
Waiting...
{:else if participants_status === StepStatus.Loading}
Creating entries...
{:else if participants_status === StepStatus.Success}
QR codes created successfully.
{:else if participants_status === StepStatus.Failure}
Failed to create QR codes.
{/if}
Sending emails
After pressing send, you must not exit this window until the mail are all sent!