{% if perms.recruitment.change_candidate or perms.recruitment.add_rejectedcandidate or perms.recruitment.add_skillzonecandidate %}
{% if perms.recruitment.change_candidate %}
{% if not cand.email in emp_list and not cand.start_onboard %}
{% elif cand.email in emp_list %}
{% else %}
{% endif %}
{% endif %}
{% if perms.recruitment.add_skillzonecandidate or perms.recruitment.change_candidate %}
{% if cand.email in emp_list %}
{% else %}
{% endif %}
{% endif %}
{% if cand.email in emp_list %}
{% else %}
{% if "onboarding"|app_installed %}
{% if perms.recruitment.add_rejectedcandidate or perms.recruitment.change_candidate %}
{% endif %}
{% endif %}
{% endif %}
{% if perms.recruitment.change_candidate %}
{% endif %}
{% endif %}
{% if perms.recruitment.change_candidate or perms.recruitment.delete_candidate %}
{% if perms.recruitment.change_candidate %}
{% endif %}
{% if perms.recruitment.delete_candidate %}
{% if cand.is_active %}
{% else %}
{% endif %}
{% endif %}
{% if perms.recruitment.delete_candidate %}
{% endif %}
{% endif %}
{% endfor %}
{% trans "Page" %} {{ data.number }} {% trans "of" %} {{ data.paginator.num_pages }}.