{# ############### DATA-TABLE HEADER OPTIONS ############# #}

Date

{{ 'unread'|trans({'%count%': 1})|lower }}
{# ############### DATA-TABLE ADVENCED SEARCH ######### #} {# ################## DATA-TABLE APPLIES ################### #}
{# ################### DATA-TABLE HEADER ################### #}
{{ 'Job title'|trans }}
{{ 'Job Location'|trans }}
{{ 'Status'|trans }}
{{ 'Score'|trans }}
{{ 'Connection ATS'|trans }}
{# ################### DATA-TABLE CANDIDATES PANEL ################### #}
{{ 'no apply found'|trans }}
{# #} {# <% apply.jobName %> #} {# {{ 'expired job'|trans }} #} {# #} <% apply.jobName %> {{ 'expired job'|trans }}
<% apply.localisation !== '' ? humanizeText(apply.localisation) : Translator.trans('Not defined') %>
<% timeAgo(apply.date) %>
{# ##################### INNER DATA-TABLE ROW ##################### #}
{# ##################### BOTTOM MULTISELECT BAR ##################### #}
<% checkedApplies.length %> {{ 'selected'|trans }}
{{ 'reset'|trans }}
{{ 'change Status'|trans }}
{{ 'Mark as read'|trans }}
{{ 'Share'|trans }}
{{ 'Download'|trans }}
{% if is_granted('ROLE_DAF') %}
{{ 'Repush to ATS'|trans }}
{% endif %}
{# ##################### MODAL LOG ##################### #}