OSAA Online Forms

State Dance/Drill {{ $info['registration_type'] }} for {{ $info['activity_program']->name }}

{{ $info['registration_type'] }} Received

Thank you for submitting your state dance/drill {{ strtolower($info['registration_type']) }} 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.

@if ($info['step'] == 1)

This is only a preliminary registration form, which indicates your team's desire to attend the state competition with an estimated number of participants. This submission does not register your team for state. Another registration form will open on December 18, 2015 which will be the full registration form.

@endif
View/edit your from at {{ url('/forms/registration/dnc') . '?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

@if ($info['step'] == 1)

Estimated Number of Participants

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


@else

Initial Participant Estimate

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

Final Number of Participants

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

Number of Seats to Reserve for Coaches

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


Sanctioned Competition Participation

Ignored Field

Reserve a Dressing Room?

@if ($info['data']->reserve_room) Yes, reserve a dressing room for our team @else No, do not reserve a room @endif

Share a Dressing Room?

@if (!Helpers::strIsEmpty($info['data']->share_room_with)) {{ $info['data']->share_room_with }} @else @if ($info['data']->reserve_room) Do not share a dressing room @else N/A, no room reserved @endif @endif


Music

Music File Uploaded?
@if (!Helpers::strIsEmpty($info['music_file_found'])) Yes, a music file has been uploaded
(http://www.osaa.org/music/{{ $info['music_file_found'] }}) @else No, no music file has been uploaded @endif
@foreach ($info['data']->music as $i => $selection) @if (!Helpers::strIsEmpty($selection)) #{{ ($i + 1) }}: {{ $selection }}
@endif @endforeach

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 }}
Team Name
{{ $info['data']->team_name }}


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


Team Managers
{{ $info['data']->managers[0] }}
{{ $info['data']->managers[1] }}


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

Cue Sheet / Team Introduction

@if (!Helpers::strIsEmpty($info['data']->team_intro)) {{ $info['data']->team_intro }} @endif "Take your positions please."


Team Photo

@if (!is_null($info['team_photo'])) Unable to load team photo. @else There is no team photo on record for this team. @endif


@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