{% load basefilters %} {% load i18n %}{% load static %} {% load recruitmentfilters horillafilters %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% include 'filter_tags.html' %} {% if data %}
{% trans "Select All Candidates" %}
{% trans "Candidates" %}
{% trans "Email" %}
{% trans "Phone" %}
{% trans "Rating" %}
{% trans "Recruitment" %}
{% trans "Job Position" %}
{% trans "Resume" %}
{% trans "Options" %}
{% trans "Actions" %}
{% for cand in data %}
{{cand.email}} {{cand.mobile}} {% with request.user.employee_get.candidate_rating.all as candidate_ratings %}
{% for i in "54321" %} {% endfor %}
{% endwith %}
{{cand.recruitment_id}} {{cand.job_position_id}}
{% if perms.recruitment.change_candidate %}
{% if not cand.email in emp_list and not cand.start_onboard %} {% else %} {% endif %} {% if cand.email in emp_list %} {% else %} {% endif %} {% if cand.email in emp_list %} {% else %} {% if onboarding|app_installed %} {% if perms.recruitment.add_rejectedcandidate or request.user|is_stagemanager %} {% endif %} {% endif %} {% endif %}
{% endif %}
{% if perms.recruitment.change_candidate %} {% endif %} {% if perms.recruitment.delete_candidate %} {% if cand.is_active %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %} {% endif %} {% if perms.recruitment.delete_candidate %}
{% csrf_token %}
{% endif %}
{% endfor %}
{% trans "Page" %} {{ data.number }} {% trans "of" %} {{ data.paginator.num_pages }}.
{% else %}
{% trans "No search result found!" %}
{% endif %}