Thank you for submitting the required OSAA {{ ucfirst($info['season']) }} {{ $info['school_year']->slug }} Seasonal Participation and Preselection Form for {{ $info['school']->short_name }}. Your submission has been received. You are encouraged to retain this e-mail for your records.
| Sport / Activity | Offered This {{ ucfirst($info['season']) }} | Offering Next {{ ucfirst($info['season']) }} | # Males | # Females | # Non-Binary |
|---|---|---|---|---|---|
| {{ Helpers::getActivityName($activity_object->slug) }} | {{ ($activity_object->offered) ? 'Yes' : 'No' }} | {{ ($activity_object->preselect) ? 'Yes' : 'No' }} | @if (!$activity_object->offered) N/A @else {{ $activity_object->boys }} @endif | @if (!$activity_object->offered) N/A @else {{ $activity_object->girls }} @endif | @if (!$activity_object->offered) N/A @else {{ $activity_object->other }} @endif |
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