{% extends '@App/app.html.twig' %} {% block title %}Postes{% endblock %} {% block page_header %}{% endblock %} {% block content %}

Postes

Gérez les intitulés de postes, leurs services de rattachement et leur usage dans les dossiers salariés.

Retour Exporter {% if is_granted('EMPLOYEE_JOB_CREATE') %} Nouveau poste {% endif %}
Total{{ job_stats.total|default(items|length) }}
Actifs{{ job_stats.active|default(0) }}
Inactifs{{ job_stats.inactive|default(0) }}
Salariés{{ job_stats.employees|default(0) }}
{% if filters|filter(v => v is not empty)|length > 0 %} {% endif %}
{% include '@Employee/employee/settings/jobs/_table.html.twig' with {items: items, salarie_counts: salarie_counts} only %}
{% endblock %}