Hello {{ $info['staff']->name }},
{{ $info['object']->host_school->short_name }} has received and accepted a {{ strtolower($info['object']->activity->sport) }} ejection report and is not appealing the suspension/fine.
{{ $info['object']->host_school->short_name }} had {{ strtolower($info['object']->ejection->type) }} {{ $info['object']->data->ejected->name }} @if (!Helpers::strIsEmpty($info['object']->data->ejected->jersey)) (#{{ $info['object']->data->ejected->jersey }}) @endif ejected from a {{ strtolower($info['object']->level->name) }} {{ strtolower($info['object']->activity->contest) }} on {{ date('l, n/j/Y', strtotime($info['object']->data->contest->date)) }} against {{ $info['object']->data->contest->opponent }}. The reason for the ejection was "{{ $info['object']->ejection_reason->name }}" under NFHS {{ $info['object']->ejection_reason->sport }} {{ (Helpers::strContains(',', $info['object']->ejection_reason->rule)) ? 'Rules' : 'Rule' }} {{ $info['object']->ejection_reason->rule }}.
@if ($info['object']->ejection_reason->is_suspension) The {{ strtolower($info['object']->ejection->type) }} is suspended through the next {{ strtolower($info['object']->level->name) }} contest per the OSAA Handbook. @endif @if ($info['object']->ejection_reason->is_fine) This ejection will {{ ($info['object']->ejection_reason->is_suspension) ? 'also' : null }} result in a fine for which your school will be invoiced at the end of the {{ strtolower($info['object']->activity->sport) }} season. @endif
{{--Please review the information provided in the online ejection report. Your attention is appreciated in marking the report as reviewed to render the ejection report complete. Please click the link below to access the online ejection report (ID #{{ $info['object']->ejection->id }}).
--}}| View this ejection report at www.osaa.org/forms/ejection/{{ $info['object']->ejection->id }} |
You must be logged in to the OSAA website in order to access the report.
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