{##} {% if notes is not empty %}

{{ notes|raw }}

{% else %}

{{ __('{sender} has sent a notification about {eventName} on {eventDate}, {eventTime}.', {'sender': formatUsing('name', sender.title, sender.preferredName, sender.surname, 'Staff', false, true), 'eventName': event.name , 'eventDate': formatUsing('dateRangeReadable', event.dateStart, event.dateEnd), 'eventTime': event.allDay == 'Y' ? 'All Day' : formatUsing('timeRange', event.timeStart, event.timeEnd) }) }}

{% endif %}

{{ __('Participants') }}

{% if students is defined and students is not empty %} {% if formGroups %} {% endif %} {% if relevant > 0 %} {% endif %} {% for student in students %} {% if formGroups %} {% endif %} {% if relevant > 0 %} {% endif %} {% endfor %}
{{ __('Name') }}{{ __('Form Group') }}{{ __('Context') }}
{{ formatUsing('name', '', student.preferredName, student.surname, 'Student', false) }} {{ student.formGroup }} {% if student.context is defined and student.context is not empty %} {{ __(student.context) }} {% endif %}
{% else %}

{{ __('There are no records to display.') }}

{% endif %}

{% if allStaff == 'Y' %} {{ __('This notification has been sent to all staff.') }} {% else %} {{ __('This notification has been sent to individual recipients.') }} {% if contexts %} {{ __('You are receiving this notification as {context}.', {'context': contexts }) }}{% endif %} {% endif %}