{% load attendancefilters recruitmentfilters basefilters static i18n %} {% include 'filter_tags.html' %}
{% trans "Select All Candidates" %}
{% trans "Unselect All Candidates" %}
{% trans "Export Candidates" %}
{% for candidate in candidates %}
{{candidate.list.paginator.count}} {{candidate.grouper}}
{% trans "Candidate" %}
{% trans "Email" %}
{% trans "Date of joining" %}
{% trans "Probation ends" %}
{% trans "Job position" %}
{% trans "Recruitment" %}
{% trans "Offer letter" %}
{% trans "Actions" %}
{% for candidate in candidate.list %}
{{candidate.name}}
{{candidate.email|truncatechars:10}} {% if candidate.get_last_sent_mail %} {% endif %} {{candidate.job_position_id}} {{candidate.recruitment_id}}
{% if perms.recruitment.change_candidate %} {% endif %} {% if perms.recruitment.change_candidate %} {% endif %} {% if not candidate.converted_employee_id %} {% else %} {% endif %}
{% endfor %}
{% trans "Page" %} {{ candidate.list.number }} {% trans "of" %} {{ candidate.list.paginator.num_pages }}.
{% endfor %}
{% if data.number %} {% trans "Page" %} {{ data.number }} {% trans "of" %} {{ data.paginator.num_pages }}. {% endif %}