{{ define "title" }}Invite People to {{ .Data.event.Title }}{{ end }} {{ define "content" }} {{ $e := .Data.event }} {{ $cl := .Data.contacts }}

Invite {{ $e.Title }}

Contact List

Invited

    {{ range .Data.invited }}
  • {{ if .Contact }} {{ .Contact.Name }} {{ else }} {{ .Name }} {{ end }}
  • {{ end }}
  • John Doe
    name@example.com
  • John Doe
    name@example.com

Available

    {{ range $cl.Contacts }} {{ if not (index $.Data.invitedMap .ID) }}
  • {{ end }} {{ end }}
Manage Contacts
Invite New People

Invited

To Do {{ end }}