{% set editCandidate = path('edit_workspace_candidate', {'assignmentId':assignment.id, 'candidateId':candidate.id}) %} {% set isContactType = candidate.contactType %}

{{ candidate.firstName }} {{ candidate.lastName }} {% if active is defined %}Active{% endif %} Edit Candidate {% set removeCandidate = path('remove_workspace_candidate', {'assignmentId':assignment.id, 'candidateId':candidate.id}) %} Unassign {% set returnToAssingnment = path('view_assignment_candidates', {'id':assignment.id}) %} {% if isWorkspaceAssignmentPage %} {# return to assignment #} {# return to assignment #} return to assignment {% else %} return to assignment {% endif %}

Assignment: {{ assignment.assignment }}
Email: {% if isContactType == 1 and is_granted('ROLE_ADMIN') %} {{ candidate.email }} {% elseif isContactType == 0 %} {{ candidate.email }} {% else %} (only admin) {% endif %}
Home Email: {% if isContactType == 1 and is_granted('ROLE_ADMIN') %} {{ candidate.homeEmail }} {% elseif isContactType == 0 %} {{ candidate.homeEmail }} {% else %} (only admin) {% endif %}
Mobile:{% if isContactType == 1 and is_granted('ROLE_ADMIN') %}{% if candidate.mobile %}{{ candidate.mobile | trim |default('') }}{% endif %} {% elseif isContactType == 0 %} {% if candidate.mobile %}{{ candidate.mobile | trim |default('') }}{% endif %} {% else %} (only admin) {% endif %}
Linkedin: {{ candidate.cvFile }}
{% if candidate.company != null %} Company: {% if candidate.company.company != null %}{{ candidate.company.company }}{% endif %}
{% endif %} Position: {{ candidate.position }}
Company Phone: {% if candidate.company != null %}{% if candidate.company %}{{ candidate.company.phone | trim |default('') }}{% endif %}{% endif %}
Direct Phone:{% if isContactType == 1 and is_granted('ROLE_ADMIN') %}{% if candidate.directPhone %}{{ candidate.directPhone | trim |default('') }}{% endif %} {% elseif isContactType == 0 %} {% if candidate.directPhone %}{{ candidate.directPhone | trim |default('') }}{% endif %} {% else %} (only admin) {% endif %}
{% if googleauthsuccess == 1 %}
{% endif %} {% if neweventsuccess == 1 %}
{% endif %}