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() }} |
Form Status
Created at {{ date('g:i a m/d/Y', strtotime($info['submission']->created_at)) }} |
|
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 |
{{ $info['data']->estimated_participants }}
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 }} |
| 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 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 |
Roster ({{ count($info['data']->participants) }})
|
Team Name {{ $info['data']->team_name }} Routine Theme {{ $info['data']->routine_theme }} Team Managers
Choreographers
|
@if (!Helpers::strIsEmpty($info['data']->team_intro)) {{ $info['data']->team_intro }} @endif "Take your positions please."
@if (!is_null($info['team_photo']))
@else
There is no team photo on record for this team.
@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