OSAA Online Forms
State {{ ucwords(str_replace('-', ' ', str_replace('concert-', '', $info['form']->category))) }} Materials for {{ $info['ap']->name }}
Registration Status:
@if ($info['data']->complete)
Complete
@elseif (!is_null($info['form']->submitted_at))
Pending Additional Materials
@else
Incomplete
@endif
@if (!$info['data']->complete)
Some supplemental materials have been received by the OSAA. You're still missing a few required items (explained below).
@else
All required supplemental materials have been received by the OSAA.
@endif
@if (!$info['data']->complete)
@else
View your application status at: www.osaa.org/forms/music/registration.
@endif
Required Additional Materials
@foreach ($info['required_items'] as $item)
@if (Helpers::strEqual($item, 'form'))
Online Registration Form
@elseif (Helpers::strEqual($item, 'scores'))
Adjudication Scores
@elseif (Helpers::strEqual($item, 'roster'))
Class Roster
@elseif (Helpers::strEqual($item, 'music'))
Sheet Music
@elseif (Helpers::strEqual($item, 'tape'))
Digital Recording
@endif
-
@if ($info['data']->items->{strtolower($item)})
Received
@else
Missing
@endif
@endforeach
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