{% 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 }}
{{ 'There is no job'|trans }}
{% if not(is_granted('ROLE_SAAS')) or is_granted('ROLE_BACKEND') %}
{% endif %}
<% 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 %>
<% item.category %>