Employee #{$item->id}
Submitted: {$item->added|date_format:'%m/%d/%Y'}
Position(s) Applying for: {$item->positionTitle|htmlspecialchars}
Date available to start: {$item->startDate|date_format:'%m/%d/%Y'}
Salary desired: {$item->salary|currency:'$'}
Availability: {$item->availabilityTitle|htmlspecialchars}
Applicant Information
Name: {$item->name|htmlspecialchars}
SSN: {$item->ssn|htmlspecialchars}
DL Number / State / Exp:
{$item->dlNumber|htmlspecialchars} / {$item->dlStateTitle|htmlspecialchars} / {$item->dlExpiration|date_format:'%m/%d/%Y'}
Mobile Phone #: {$item->mobilePhone|htmlspecialchars}
{if $item->homePhone}
Home Phone #: {$item->homePhone|htmlspecialchars}
{/if}
{if $item->email}
Email address: {$item->email|htmlspecialchars}
{/if}
Mailing Address
{include file = 'Address/view-address.tpl' address = $item->mailing}
Military
Service or Branch: {$item->militaryService|htmlspecialchars}
Honorable Discharge: {$item->militaryHonorableDischargeTitle|htmlspecialchars}
Background Questionnaire
# |
Question |
Answer |
{assign var = 'number' value = 'A'}
{foreach from = $item->questionnaire item = question key = index}
{$number} |
{$question.question|htmlspecialchars} |
{$item->config.yesNoOptions[$question.answer]|htmlspecialchars} |
{if $question.explanation}
Explanation: {$question.explanation|htmlspecialchars|nl2br} |
{/if}
{php}$this->_tpl_vars['number']++;{/php}
{/foreach}
Background
Have you been convicted of a felony in the past 10 years?: {$item->wasConvictedTitle|htmlspecialchars}
Education
{foreach from =$item->config.educationInstitutionTypes item = educationInstitutionTypes key = index}
{$educationInstitutionTypes.title}
{$educationInstitutionTypes.labels.name}: {$item->education.$index.name|htmlspecialchars}
{$educationInstitutionTypes.labels.location}: {$item->education.$index.location|htmlspecialchars}
{$educationInstitutionTypes.labels.result}: {$item->education.$index.result|htmlspecialchars}
{/foreach}
{if $item->formerEmployments}
Former Employments
Date From |
Date To |
Name |
Address |
Phone |
Title |
Reason for leaving |
{foreach from = $item->formerEmployments item = former key = index}
{$former.from|date_format:'%m/%d/%Y'} |
{$former.to|date_format:'%m/%d/%Y'} |
{$former.name|htmlspecialchars} |
{$former.address|htmlspecialchars} |
{$former.phone|htmlspecialchars} |
{$former.title|htmlspecialchars} |
{$former.leaveReason|htmlspecialchars|nl2br} |
{/foreach}
{/if}
Skills/Qualifications: {$item->qualification|htmlspecialchars|nl2br}
{if $item->references}
References
Name |
Address |
Phone Number |
{foreach from = $item->references item = person key = index}
{$person.name|htmlspecialchars} |
{$person.address|htmlspecialchars} |
{$person.phone|htmlspecialchars} |
{/foreach}
{/if}
{if $item->relationshipWithEmployers}
Please disclose name and relationship of any family members currently employed with Red Rock Nation Casino
Name |
Relationship |
{foreach from = $item->relationshipWithEmployers item = person key = index}
{$person.name|htmlspecialchars} |
{$person.relationship|htmlspecialchars} |
{/foreach}
{/if}
Application Documents: {$item->documents|htmlspecialchars}
Initials: {$item->initials|htmlspecialchars}