| The OSAA has recently updated the Manage Staff page with some new features: NFHS Sync, Manage Alerts, and Download Staff. These alerts are sent to schools automatically on the first of each month. This is a special alert showing off the new features and to remind schools that once practices officially start next week, coaches need to be certified before interacting with participants. |
Records indicate that the following coaching staff for {{ $info['school_object']->school->name }} have expired certifications or close to expiring certifications. This information was input via the Manage Staff page for {{ $info['school_object']->school->short_name }}.
To update your staff's certification records or remove a staff member if he/she is no longer coaching for your school, visit the Manage Staff page. You can also turn on or off these alerts or run this alert on demand for your school if you want more frequent updates.
@if (count($info['school_object']->staff_list->football) > 0)| Coach Name | @foreach ($football_course_order as $slug => $sort_info) @if (Helpers::strEqual($slug, array('CONCUSSION', 'HEAT', 'CARDIAC', 'BLOCKING')))@elseif (Helpers::strEqual($slug, array('HEADS-UP'))) | @else |
@endif
{{ $sort_info[0] }}
({{ $sort_info[1] }}) |
@endforeach
Notify | |
|
{{ $staff->name }} {{ $staff->role }} |
@foreach ($staff->certs as $cert)
@if (Helpers::strEqual($cert->status, 'OK'))
OK | @elseif (Helpers::strEqual($cert->status, 'OPTIONAL'))Optional | @elseif (Helpers::strEqual($cert->status, 'ALERT'))@if (!is_null($cert->expires)) Expired {{ date('n/j/y', strtotime($cert->expires)) }} @else Required @endif | @elseif (Helpers::strEqual($cert->status, 'WARNING'))Expires {{ date('n/j/y', strtotime($cert->expires)) }} | @endif @endforeach@if (!Helpers::strIsEmpty($staff->email)) Email @else - - @endif |
| Coach Name | @foreach ($spirit_course_order as $slug => $sort_info)
{{ $sort_info[0] }}
({{ $sort_info[1] }}) |
@endforeach
Notify | |||
|
{{ $staff->name }} {{ $staff->role }} |
@foreach ($staff->certs as $cert)
@if (Helpers::strEqual($cert->status, 'OK'))
OK | @elseif (Helpers::strEqual($cert->status, 'OPTIONAL'))Optional | @elseif (Helpers::strEqual($cert->status, 'ALERT'))@if (!is_null($cert->expires)) Expired {{ date('n/j/y', strtotime($cert->expires)) }} @else Required @endif | @elseif (Helpers::strEqual($cert->status, 'WARNING'))Expires {{ date('n/j/y', strtotime($cert->expires)) }} | @endif @endforeach@if (!Helpers::strIsEmpty($staff->email)) Email @else - - @endif |
| Coach Name | @foreach ($other_course_order as $slug => $sort_info)
{{ $sort_info[0] }}
({{ $sort_info[1] }}) |
@endforeach
Notify | |||
|
{{ $staff->name }} {{ $staff->role }} |
@foreach ($staff->certs as $cert)
@if (Helpers::strEqual($cert->status, 'OK'))
OK | @elseif (Helpers::strEqual($cert->status, 'OPTIONAL'))Optional | @elseif (Helpers::strEqual($cert->status, 'ALERT'))@if (!is_null($cert->expires)) Expired {{ date('n/j/y', strtotime($cert->expires)) }} @else Required @endif | @elseif (Helpers::strEqual($cert->status, 'WARNING'))Expires {{ date('n/j/y', strtotime($cert->expires)) }} | @endif @endforeach@if (!Helpers::strIsEmpty($staff->email)) Email @else - - @endif |
|
{{ $staff->name }} {{ $staff->role }} |
@foreach ($staff->certs as $cert)
@if (Helpers::strEqual($cert->status, 'OK'))
OK | @elseif (Helpers::strEqual($cert->status, 'OPTIONAL'))Optional | @elseif (Helpers::strEqual($cert->status, 'ALERT'))@if (!is_null($cert->expires)) Expired {{ date('n/j/y', strtotime($cert->expires)) }} @else Required @endif | @elseif (Helpers::strEqual($cert->status, 'WARNING'))Expires {{ date('n/j/y', strtotime($cert->expires)) }} | @endif @endforeach@if (!Helpers::strIsEmpty($staff->email)) Email @else - - @endif |
| Full information, resources, and certification requirements can be found at www.osaa.org/coaches. |
This is a courtesy e-mail for informational purposes only.
Regards,This is an automatically generated message and was sent to {{ Helpers::arrayToList ($info['to']) }} @if (count($info['cc']) > 0) and copied to {{ Helpers::arrayToList ($info['cc']) }} @endif