Send Emails
{#if !loading}
{uncontactedParticipantsCount} uncontacted participants
{:else}
Loading participants...
{/if}
{#if loading}
{:else if sendingEmails}
Sending {emailProgress.total} emails... Please wait.
{:else}
{#if uncontactedParticipantsCount > 0}
Warning:
Do not close this window while emails are being sent. The process may take several minutes.
Send Emails
{:else}
All participants have been contacted!
No pending emails to send.
{/if}
{/if}