{event.email_subject}
{event.email_body}
{error}
Required for syncing participants and sending emails
| Name | Surname | Scanned | Email Sent | |
|---|---|---|---|---|
| {participant.name} | {participant.surname} | {participant.email} |
{#if participant.scanned}
|
{#if participant.email_sent}
|
No participants found. Click "Sync Participants" to load from Google Sheets.
All participants have been contacted!
No pending emails to send.
| Name | Status | |
|---|---|---|
| {result.participant.name} {result.participant.surname} | {result.participant.email} |
{#if result.success}
Sent
{:else}
Failed
{#if result.error}
({result.error})
{/if}
{/if}
|
{error}