{##} {% 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 %}| {{ __('Name') }} | {% if formGroups %}{{ __('Form Group') }} | {% endif %} {% if relevant > 0 %}{{ __('Context') }} | {% endif %}
|---|---|---|
| {{ formatUsing('name', '', student.preferredName, student.surname, 'Student', false) }} | {% if formGroups %}{{ student.formGroup }} | {% endif %} {% if relevant > 0 %}{% if student.context is defined and student.context is not empty %} {{ __(student.context) }} {% endif %} | {% endif %}
{{ __('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 %}