Event host variables
| Variable | Description |
|---|---|
| page | |
| event | |
| signup | Person who RSVP'ed |
| name | First and last name of event host e.g. {{ event_host.name }} |
| first_name | Input field for first name of event host e.g. {% text_field "first_name", class:"text" %} |
| last_name | Input field for last name of event host e.g. {% text_field "last_name", class:"text" %} |
| Input field for email address of event host e.g. {% text_field "email", class:"text" %} |