--- subject: Event Reminder description: \{{ RegistrationInstance.Name }} reminder for {% for registrant in Registration.Registrants %}{{ registrant.PersonAlias.Person.FullName }} {% endfor -%} --- {{> npklogo }} {% capture currencySymbol %}\{{ 'Global' | Attribute:'CurrencySymbol' }}{% endcapture %} {% capture externalSite %}\{{ 'Global' | Attribute:'PublicApplicationRoot' }}{% endcapture %} {% assign registrantCount = Registration.Registrants | Size %} {% assign children = Registration.Registrants %}

Hi \{{ Registration.FirstName }},

\{{ RegistrationInstance.AdditionalReminderDetails | NewlineToBr }}

{% if registrantCount > 1 %}\{{ children | Map:'FullName' | Join:', ' | ReplaceLast:',',' and' }} have{% else %}\{{ children | Map:'FullName' | Join:'' }} has{% endif %} been successfully registered for \{{ RegistrationInstance.Name }}.

If you have any questions please contact \{{ RegistrationInstance.ContactName }} at \{{ RegistrationInstance.ContactEmail }}.

{{> footer }}