{% extends "Includes/layout_ats.html.twig" %} {% block title %}Daf ATS{% endblock %} {% block pageheader %}Daf ATS{% endblock %} {% block body %} {% set breadcrumb_nav = "home" %}
{{ include('Includes/aside_ats.html.twig') }}

{{ 'Applies Overview'|trans }}

{{ 'Tableau de candidatures'|trans }} <% unreadCount %> {{ 'unread'|trans }}
{{ 'Total applies'|trans }} {{ appliesCount.total }} {% if dafInstance.active == 0 %} inactive {% endif %}
{# data-tables options #} {# data-tables advanced search #} {# data-tables applies #}
{# data-tables headers #} {% if (dafInfos['geoDistance'] == false) and (dafInfos['scoring'] == true) %} {% set col = 1 %} {% elseif (dafInfos['geoDistance'] == true) and (dafInfos['scoring'] == false) %} {% set col = 2 %} {% elseif (dafInfos['scoring'] == false) and (dafInfos['geoDistance'] == false) %} {% set col = 3 %} {% else %} {% set col = 4 %} {% endif %}
{#
#} {# #} {#
#}
{{ 'Job title'|trans }}
{{ 'Job Location'|trans }}
{# Relevance && Distance #} {# {% if dafInfos['scoring'] == true and dafInfos['geoDistance'] == true %}#} {#
#} {# Relevance#} {#
#} {# {% elseif col == 1 %}#} {#
#} {# Relevance#} {#
#} {# {% endif %}#} {# {% if (dafInfos['scoring'] == true and dafInfos['geoDistance'] == true) or col == 2 %}#} {#
#} {# #} {# distance#} {# #} {#
#} {# {% endif %}#} {# End Relevance && Distance #}
{{ 'Status'|trans }}
{{ 'no apply found'|trans }}
{# data-tables data #}
<% humanizeText(apply.city) %> <% humanizeText(apply.state) %>
{# {% if col == 1 or col == 2 or col == 3 %}#} {#
#} {# <% humanizeText(apply.city) %>#} {# <% humanizeText(apply.state) %>#} {#
#} {# {% else %}#} {#
#} {# <% humanizeText(apply.city) %>#} {# <% humanizeText(apply.state) %>#} {#
#} {# {% endif %}#} {# Distance && Relevance Data #} {# {% if dafInfos['scoring'] == true and dafInfos['geoDistance'] == true %}#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# <% apply.score %>%#} {#
#} {#
#} {# in progress#} {#
#} {#
#} {# {% elseif col == 1 %}#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# <% apply.score %>%#} {#
#} {#
#} {# in progress#} {#
#} {#
#} {# {% endif %}#} {# Start Distance && Relevance Data #} {# {% if (dafInfos['scoring'] == true and dafInfos['geoDistance'] == true) or col == 2 %}#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {# #} {# Very Close#} {# #} {#
#} {# #} {# #} {#

Very close

#} {#
#} {#
#} {# #} {#
#} {# #} {# Close#} {# #} {#
#} {# #} {# #} {#

Close

#} {#
#} {#
#} {# #} {#

Far

#} {# #} {#
#} {# #} {# Far#} {# #} {#
#} {# #} {#
#} {#
#} {# #} {#
#} {# #} {# Very Far#} {# #} {#
#} {# #} {# #} {#

Very far

#} {#
#} {#
#} {# #} {#

Out of area

#} {# #} {#
#} {# #} {# Out of area#} {# #} {#
#} {# #} {#
#} {# #} {# #} {#

Out of country

#} {# #} {#
#} {# #} {# Out of Country#} {# #} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {# {% endif %}#} {# End Distance && Relevance Data #}
{{ 'hired'|trans }} {{ 'qualified'|trans }} {{ 'unqualified'|trans }} {{ 'to qualify'|trans }}
<% timeAgo(apply.date) %>
<% checkedApplies.length %> {{ 'selected'|trans }}
{{ 'reset'|trans }}
{{ 'change Status'|trans }}
{{ 'Mark as read'|trans }}
{{ 'Share'|trans }}
{{ 'Download'|trans }}
{{ 'Archiver'|trans }}
{# Modals #} {# Choice Export File Type #} {# End Choice Export File Type #} {# cv modal #} {# Choice Export File Type #} {# Modal confirm Delete #} {# start of modal #} {# End of modal #} {# Modal share Applies #} {# Modal kanban for Job #} {# {% include 'modalsJob.html.twig' %}#} {{ include('Ats/Applies/modals_job.html.twig') }} {# Fin Modals #}
{# fin id de l'instance Vue #} {{ include('Ats/Applies/scriptjs_applies.html.twig') }} {% endblock %}