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

Services RH

Gérez l'organisation interne, les responsables et les rattachements salariés.

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