Address | ||
---|---|---|
City: | {{ company.city }} | |
Country: | {{ company.country }} |
Additional Information: | ||
---|---|---|
Notes: | {{ company.notes }} | |
Num Employees: | {{ company.numEmployees | trim }} | |
Sales: | {{ company.sales }} | |
HQ Location: | {{ company.hqLocation }} | |
Sample Email: | {{ company.sampleMail }} |
ID | First Name | Last Name | Department | Position | Co. Phone | ||||
---|---|---|---|---|---|---|---|---|---|
#} | {{ candidate.id }} | {{ candidate.firstName }} | {{ candidate.lastName }} | {{ candidate.email }} | {#{{ candidate.company }} | #}{{ candidate.department }} | {{ candidate.position }} | {{ candidate.phone }} | {#{{ candidate.source }} | #}
ID | First Name | Last Name | Department | Position | Co. Phone | ||||
---|---|---|---|---|---|---|---|---|---|
#} | {{ candidate.id }} | {{ candidate.firstName }} | {{ candidate.lastName }} | {{ candidate.email }} | {#{{ candidate.company }} | #}{{ candidate.department }} | {{ candidate.position }} | {{ candidate.phone }} | {#{{ candidate.source }} | #}
157154 | Rita | Sethy | Bank One, Los Angeles, US | Private Banking | Financial Advisor | 1 310 209 4000 |
Note from Dev: We need to bring from the DB the candidates that have this company.(Pending)
#}Assignment ID | Assignment Title | Start Date | End date |
---|---|---|---|
{{ assignment.id }} | {{ assignment.assignment }} | {{ assignment.startDate|date('d/m/Y') }} | {{ assignment.endDate|date('d/m/Y') }} |