{#if emailResults}
| Name | Status | |
|---|---|---|
| {result.participant.name} {result.participant.surname} | {result.participant.email} |
{#if result.success}
Sent
{:else}
Failed
{#if result.error}
({result.error})
{/if}
{/if}
|