Template: Session Cancelled
Template Variables
These variables are available in the Liquid template context. Access nested properties using dot notation (e.g., enrolment.activity.name).
activity(type: activity)
An object representing a class or program activity.
| Property Path | Type | Description |
|---|---|---|
activity.name | string | Name of the activity. |
activity.schedule_summary | string | A human-readable summary of the activity schedule. |
occurrence(type: activity_occurrence)
An object representing a specific class occurrence.
| Property Path | Type | Description |
|---|---|---|
occurrence.id | integer | Unique ID of the occurrence. |
occurrence.start_datetime | datetime | Start date and time of the occurrence. |
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. |