Template: Enrolment Confirmation
Template Variables
These variables are available in the Liquid template context. Access nested properties using dot notation (e.g., enrolment.activity.name).
enroled_member(type: member)
An object representing a member/person in Cadence.
| Property Path | Type | Description |
|---|---|---|
enroled_member.first_name | string | First name of the member. |
enroled_member.last_name | string | Last name of the member. |
enroled_member.display_name | string | Full formatted display name. |
enroled_member.email | string | Primary email address. |
enroled_member.phone | string | Primary phone number. |
guardian(type: member)
An object representing a member/person in Cadence.
| Property Path | Type | Description |
|---|---|---|
guardian.first_name | string | First name of the member. |
guardian.last_name | string | Last name of the member. |
guardian.display_name | string | Full formatted display name. |
guardian.email | string | Primary email address. |
guardian.phone | string | Primary phone number. |
enrolment(type: enrolment)
An object representing an enrolment in an activity.
| Property Path | Type | Description |
|---|---|---|
enrolment.id | integer | Unique ID of the enrolment. |
enrolment.activity | activity | The enrolled activity details. |
enrolment.activity.name | string | Name of the activity. |
enrolment.activity.schedule_summary | string | A human-readable summary of the activity schedule. |
enrolment.start_datetime | datetime | When the enrolment starts. |
enrolment.end_datetime | datetime | When the enrolment ends. |
enrolment.enrolment_summary | string | A short user-facing summary of the enrolment. |
family(type: family)
An object representing a household / family group.
| Property Path | Type | Description |
|---|---|---|
family.id | integer | Unique ID of the family. |
family.name | string | Family name. |
tenant(type: tenant)
An object representing an organisation/tenant.
| Property Path | Type | Description |
|---|---|---|
tenant.id | integer | Unique ID of the tenant. |
tenant.name | string | Name of the organisation. |