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