{{ config.customTitle || poll?.title }} @if (exampleEvent && exampleEvent._participants.length === 1) { : {{ exampleEvent._participants[0].name }} }{{ exampleEvent?.start | date: 'short' }} - {{ exampleEvent?.end | date: 'short' }} |
|
{{ poll?.location }} |
|
|
{{ poll?.description }} @if (exampleEvent?.note) { Note: {{ exampleEvent?.note }} } Participants: @for (participant of exampleEvent?._participants; track participant._id) { - {{ participant.name }} ({{ participant.selection[exampleEvent!._id] }}) } |
|
| {{ url }} |