{{ 'Filtered by'|trans }} :
{{ 'and'|trans }}
{# ############### DATA-TABLE HEADER OPTIONS ############# #}
{# ############### DATA-TABLE ADVENCED SEARCH ######### #} {# ################## DATA-TABLE APPLIES ################### #}
{# ################### DATA-TABLE HEADER ################### #}
{% if not(is_granted('ROLE_SAAS')) or is_granted('ROLE_BACKEND') %}
{{ 'Id'|trans }}
{% endif %}
{{ 'Title'|trans }}
{{ 'Applies'|trans }}
{{ 'Company'|trans }}
{{ 'City'|trans }}
{{ 'Country'|trans }}
{{ 'Category'|trans }}
{{ 'Active'|trans }}
{# ################### DATA-TABLE JOBS PANEL ################### #}
{{ 'There is no job'|trans }}
{% if not(is_granted('ROLE_SAAS')) or is_granted('ROLE_BACKEND') %} {% endif %}
<% item.title %>
<% item.appliesCount %> <% `${item.appliesCount - item.checkCount} ${Translator.transChoice('unread', item.appliesCount - item.checkCount, {'count': item.appliesCount - item.checkCount}).toLowerCase()}` %>
<% item.company %>
<% item.city %>
<% item.country %>