@if (is_null($info['action']))
Cancel Merge Staff Delete Staff

{{ $info['staff']->getDisplayName() }}

Staff ID First Middle Last Email Role Status
{{ $info['staff']->id }} {{ $info['staff']->first_name }} {{ $info['staff']->middle_name }} {{ $info['staff']->last_name }} {{ $info['staff']->email }} {{ $info['staff']->role }} {{ ($info['staff']->is_retired) ? 'Hidden' : 'Visible' }}

School Contact?
@if ($info['staff']->is_on_school_contacts) {{ $info['roles'][$info['staff']->role] }} @else - - @endif
AP Staff Records:
@if (count($info['ap_staffs']) < 1) 0 @elseif (count($info['ap_staffs']) == 1) 1 staff listing @else {{ count($info['ap_staffs']) }} staff listings @endif
Email Duplicates:
@if (count($info['other_sss']) < 1) 0 @elseif (count($info['other_sss']) == 1) 1 potential duplicate record @else {{ count($info['other_sss']) }} potential duplicate records @endif


@if (count($info['ap_staffs']) > 0) @foreach ($info['ap_staffs'] as $ap_staff) @endforeach @else @endif
AP Staff ID AP ID Year Activity Level Role Status
{{ $ap_staff->id }} {{ $ap_staff->activity_program }} {{ $ap_staff->ap->school_year }} {{ $ap_staff->ap->activity }} {{ $ap_staff->level }} {{ $info['roles'][$ap_staff->role] }} {{ ($ap_staff->is_retired) ? 'Hidden' : 'Visible' }}
No activity program listing for this school staff record
@elseif (Helpers::strEqual($info['action'], 'merge')) @if (count($info['other_sss']) < 1)

There Are No Duplicates to Merge

There were no potential duplicates found for {{ $info['staff']->getDisplayName() }}.

How Duplicates Are Found:



Click the Cancel button near the top of this dialog box to return to the staff member's information. @else

Are You Sure You Want to Merge?

@if (count($info['other_sss']) == 1) There is {{ count($info['other_sss']) }} other school staff record that is a potential duplicate. @else There are {{ count($info['other_sss']) }} other school staff records that are potential duplicates. @endif

What This Does:


@if (count($info['other_sss']) > 1)
There are {{ count($info['other_sss']) }} other school staff records that are potential duplicates of {{ $info['staff']->getDisplayName() }}. You will need to merge the other duplicate records into this primary record one at a time.

@endif You can cancel this action and return to the staff member's information by clicking the Cancel button near the top of this dialog box. Select the duplicate record from the list below and click that row's Merge link.

@foreach ($info['other_sss'] as $other_ss) @endforeach
Staff ID First Middle Last Email Role Merge
{{ $other_ss->id }} {{ $other_ss->first_name }} {{ $other_ss->middle_name }} {{ $other_ss->last_name }} {{ $other_ss->email }} {{ $info['roles'][$other_ss->role] }} Merge


@endif @elseif (Helpers::strEqual($info['action'], 'merge-staff'))

Verify Merge

Ensure the information appears correct, click the Merge button at the bottom to confirm.

Retain This Information

Staff ID First Middle Last Email Role Status
{{ $info['staff']->id }} {{ $info['staff']->first_name }} {{ $info['staff']->middle_name }} {{ $info['staff']->last_name }} {{ $info['staff']->email }} {{ $info['staff']->role }} {{ ($info['staff']->is_retired) ? 'Hidden' : 'Visible' }}

Merge From This Information

Staff ID First Middle Last Email Role Status
{{ $info['other_ss']->id }} {{ $info['other_ss']->first_name }} {{ $info['other_ss']->middle_name }} {{ $info['other_ss']->last_name }} {{ $info['other_ss']->email }} {{ $info['other_ss']->role }} {{ ($info['other_ss']->is_retired) ? 'Hidden' : 'Visible' }}


To merge all data into the primary staff contact record for {{ $info['staff']->getDisplayName() }}, click the Merge button below. You can cancel this action and return to the staff member's information by clicking the Cancel button near the top of this dialog box.
Merge
@elseif (Helpers::strEqual($info['action'], 'delete'))

Are You Sure You Want to Delete?

Are you sure you want to delete this staff member?

What This Does:


This cannot be undone. Once you delete {{ $info['staff']->getDisplayName() }} from your school staff list, they cannot be reinstated or recovered easily.

This will not remove the staff member's OSAA website access. To remove user access, go to your My Account page and click the School Users sub-tab. User access can be removed from that page.

If you are sure you want to remove {{ $info['staff']->getDisplayName() }} from your school staff list, click the Delete button below. You can cancel this action and return to the staff member's information by clicking the Cancel button near the top of this dialog box.
Delete
@elseif (Helpers::strEqual($info['action'], 'cancel'))
Staff ID First Middle Last Email Role Status
{{ $info['staff']->id }} {{ $info['staff']->first_name }} {{ $info['staff']->middle_name }} {{ $info['staff']->last_name }} {{ $info['staff']->email }} {{ $info['staff']->role }} {{ ($info['staff']->is_retired) ? 'Hidden' : 'Visible' }}

School Contact?
@if ($info['staff']->is_on_school_contacts) {{ $info['roles'][$info['staff']->role] }} @else - - @endif
AP Staff Records:
@if (count($info['ap_staffs']) < 1) 0 @elseif (count($info['ap_staffs']) == 1) 1 staff listing @else {{ count($info['ap_staffs']) }} staff listings @endif
Email Duplicates:
@if (count($info['other_sss']) < 1) 0 @elseif (count($info['other_sss']) == 1) 1 potential duplicate record @else {{ count($info['other_sss']) }} potential duplicate records @endif


@if (count($info['ap_staffs']) > 0) @foreach ($info['ap_staffs'] as $ap_staff) @endforeach @else @endif
AP Staff ID AP ID Year Activity Level Role Status
{{ $ap_staff->id }} {{ $ap_staff->activity_program }} {{ $ap_staff->ap->school_year }} {{ $ap_staff->ap->activity }} {{ $ap_staff->level }} {{ $info['roles'][$ap_staff->role] }} {{ ($ap_staff->is_retired) ? 'Hidden' : 'Visible' }}
No activity program listing for this school staff record
@else Unknown action. @endif