{% extends "Includes/layout_ats.html.twig" %} {% block title %}Daf ATS{% endblock %} {% block pageheader %}Jobs ATS{% endblock %} {% block body %}
{{ include('Includes/aside_ats.html.twig') }}
{% if not is_granted('ROLE_SAAS') %} Jobs |
{{ dafInstance.nameInstance }}
{% if dafInstance.active == 0 %} {{ 'inactive'|trans }} {% endif %} {% endif %}
{% if ((rules != "All jobs") or (userRules != null)) %}
Filter By :
and
{% endif %}
{{ 'Jobs'|trans }}
{{ 'Total Jobs'|trans }} {{ appliesCount }}
{# START SIMPLE DATA TABLES FOR FORMS #}
{% if not(is_granted('ROLE_SAAS')) %}
{{ 'Id'|trans }}
{% endif %}
{{ 'Title'|trans }}
{{ 'Applies'|trans }}
{{ 'Company'|trans }}
{{ 'City'|trans }}
{{ 'Country'|trans }}
{{ 'Category'|trans }}
{# {% for job in jobs %}#}
{% if not(is_granted('ROLE_SAAS')) %} {% endif %}
<% item.title %>
<% item.appliesCount %> <% item.appliesCount - item.checkCount %> {{ 'unread'|trans }}
<% item.company %> {# {{ job.company }}#}
<% item.city %> {# {{ job.city }}#}
<% item.country %> {# {{ job.country }}#}
{{ 'There is no job'|trans }}
{# {% endfor %}#}
{# END SIMPLE DATA TABLES FOR FORMS #}
{# {{ message }}#} {# Modal reasons #} {# cv modal #} {# end cv modal #}
{% endblock %}