OSAA Online Forms

State Cheer Registration for {{ $info['activity_program']->name }}

Registration Received

Thank you for submitting your state cheer registration form for {{ $info['activity_program']->name }}. You can resubmit your form as many times as needed until the deadline. After the deadline, the form will close and entries will be final. The program will be printed from the latest information you provided.

View your from at {{ url('/forms/registration/che') . '?activity_program=' . $info['activity_program']->id }}

Sub-Division

{{ $info['data']->sub_division }}


Submitted By

{{ $info['submitter']->getDisplayFullName() }}
{{ $info['submitter']->email }}

Form Status

Created at {{ date('g:i a m/d/Y', strtotime($info['submission']->created_at)) }}
Last updated at {{ date('g:i a m/d/Y', strtotime($info['submission']->updated_at)) }}
Submitted at {{ date('g:i a m/d/Y', strtotime($info['submission']->submitted_at)) }}


Coaches

Head Coach
{{ $info['coach']->getDisplayName() }}
    {{ $info['coach']->email }}
    W: {{ $info['coach']->getDisplayPhone('WORK') }}
    M: {{ $info['coach']->getDisplayPhone('MOBILE') }}

Assistant Coaches
@foreach ($info['asst_coaches'] as $i => $coach) {{ $coach->school_staff->getDisplayName() }}
@endforeach

Sanctioned Competition Participation

@for ($i = 0; $i < 2; $i++) @endfor
#{{ $i + 1}}: {{ $info['competitions'][$i]->event->name }} ({{ date('n/j/Y', strtotime($info['competitions'][$i]->event->start_at)) }})

Program Information

Roster ({{ count($info['data']->participants) }}) @foreach ($info['data']->participants as $i => $participant) @endforeach
{{ $participant->name }} @if ($participant->is_captain) (C) @endif {{ $participant->grade }}
Alternates
{{ $info['data']->alternates[0]->name }} {{ $info['data']->alternates[0]->grade }}
{{ $info['data']->alternates[1]->name }} {{ $info['data']->alternates[1]->grade }}


Choreographers
{{ $info['data']->choreographers[0] }}
{{ $info['data']->choreographers[1] }}


Routine Theme
{{ $info['data']->routine_theme }}


Reserve Seating for Coaches?
@if ($info['data']->reserve_seating) Yes
@else No
@endif

Team Photo

@if (!is_null($info['team_photo'])) There is no team photo on file @else There is no team photo on record for this team. You can always access your form and upload a team photo easily. You can also upload a team photo through your team editor by clicking here. @endif


Regards,

Oregon School Activities Association
www.osaa.org

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