| |
|
{{#if header}}
|
|
{{/if header}}
{{#if event_title}}
|
{{event_title}}
|
{{/if event_title}}
{{#if event_description}}
|
{{event_description}}
|
{{/if event_description}}
{{#if event_details}}
{{#each event_details}}
|
{{key}}{{#if changed}}{{changed}}{{/if changed}}
{{#if old_value}}
{{old_value}} {{/if old_value}}
|
{{/each event_details}}
|
|
{{/if event_details}}
{{#if attendees}}
|
{{attendees_title}}
{{#each attendees}}
|
{{key}} {{value}}
|
{{/each attendees}}
|
{{/if attendees}}
{{#if rsvp}}
|
|
|
{{rsvp}}
|
{{#each actions}}
|
|
{{/each actions}}
|
{{/if rsvp}}
| |
{{#if footer}}
{{#each footer}}
|
{{key}}
|
{{/each footer}}
| |
{{/if footer}}
|