OSAA Speech District {{ $info['league']->name }} Entries for {{ $info['object']->school->short_name }}

This message is to inform you that the district tournament results from Speech District {{ $info['league']->name }} have successfully been submitted by the District Director, {{ $info['data']->director->name }}. You have OSAA State Speech Championships qualifiers. Below is a list of your school's qualifiers and their events.

@if (count($info['qualifiers']['individual']) > 0)

Individual Event Entries

Some individual events require you to upload the participant's speech from the district tournament (manuscript and bibliography - refer to the OSAA Speech Handbook for additional information). For those events, a link to the corresponding OSAA Dropbox will appear in that participant's row. File types that can be uploaded include .PDF, .DOC, .DOCX, etc. Please be sure that the name of the file is the participant's first and last name and their school. For example, if John Smith from Ashland High School qualified for After Dinner Speaking, be sure his speech is named "John Smith - Ashland.pdf" and then upload it to the OSAA Dropbox via the link.

@foreach ($info['qualifiers']['individual'] as $qualifier) @endforeach
Event Name Other IE Speech Title  
{{ $event->name }} ({{ $event->slug }}) @if ($qualifier->is_alt) ALTERNATE - @endif {{ $qualifier->name }} {{ (!Helpers::strIsEmpty($qualifier->other_event)) ? $qualifier->other_event : '- -' }} {{ (!property_exists($event, 'no_title')) ? $qualifier->title : 'N/A' }} @if (property_exists($event, 'dropbox')) Upload File @endif

@endif @if (count($info['qualifiers']['team']) > 0)

Team Event Entries

@foreach ($info['qualifiers']['team'] as $qualifier) @endforeach
Event Names  
{{ $event->name }} ({{ $event->slug }}) @if ($qualifier->is_alt) ALTERNATE - @endif {{ $qualifier->name }} @if (property_exists($event, 'dropbox')) Upload Bills @endif

@endif

If you have any corrections, please contact Peter Weber, peterw@osaa.org.

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