{{>emailmodal}}
{{!-- --}}

{{event.formattedTitle}}

{{dateFormat event.startDate "ddd, MMM D h:mm A" }}
{{event.locationName}}
{{{embeddedSvgFromPath "/bootstrap-icons/clipboard-check.svg"}}} Starting Lineup
{{#each (positions)}}
{{this}}
{{/each}}
{{#each members}} {{#if (isInStartingLineup this)}} {{> slot member=this}} {{/if}} {{/each}}
{{{embeddedSvgFromPath "/bootstrap-icons/clipboard-check.svg"}}} Position Only
{{#each members}} {{#if (isInPositionOnly this)}} {{> slot member=this}} {{/if}} {{/each}}
{{{embeddedSvgFromPath "/bootstrap-icons/clipboard-minus.svg"}}} Bench
{{#each members}} {{#if (isInBench this)}} {{> slot member=this event=../event}} {{/if}} {{/each}}
{{{embeddedSvgFromPath "/bootstrap-icons/clipboard-x.svg"}}}Out
{{#each members}} {{#if (isInOut this)}} {{> slot member=this}} {{/if}} {{/each}}