OSAA Online Forms

Solo Music {{ $info['league']->name }} Results

District Contest Results Received

Thank you for submitting the results for the {{ $info['league']->name }} District Contest.

District Director

{{ $info['data']->director->name }}
{{ $info['data']->director->email }}
{{ $info['data']->director->phone }}

Form Status

@if ($info['data']->complete) Complete @else Incomplete @endif
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)) }}



Participants by Category

The following categories and numbers represent the number of participants that competed in the {{ $info['league']->name }} District Contest in the specific category.


Warning: get_object_vars() expects parameter 1 to be object, null given in /home/osaa/web_app/dev/app/views/emails/forms/sol_registration_summary.blade.php on line 79

Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/emails/forms/sol_registration_summary.blade.php on line 82
@foreach ($column_data[0] as $row) {{ str_replace('_', ' ', $row[0]) }}: {{ $row[1] }}
@endforeach
@foreach ($column_data[1] as $row) {{ str_replace('_', ' ', $row[0]) }}: {{ $row[1] }}
@endforeach
@foreach ($column_data[2] as $row) {{ str_replace('_', ' ', $row[0]) }}: {{ $row[1] }}
@endforeach


State Qualifiers

The following participants competed in the {{ $info['league']->name }} District Contest. These individuals have achieved the placement indicated within the listed category and are qualified to compete in the OSAA State Solo Music Championship.

@foreach ($info['school_objects'] as $school_object)

{{ $school_object->ap_name }}

@if (count($school_object->qualifiers) > 0) @foreach ($school_object->qualifiers as $index)
Fatal error: Cannot break/continue 1 level in /home/osaa/web_app/dev/app/views/emails/forms/sol_registration_summary.blade.php on line 146
[ FORM ERROR ]