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

Catégories

Gérez les catégories socio-professionnelles et classifications utilisées dans les dossiers salariés.

Retour Exporter {% if is_granted('EMPLOYEE_CATEGORY_CREATE') %} Nouvelle catégorie {% endif %}
Total{{ category_stats.total|default(items|length) }}
Actives{{ category_stats.active|default(0) }}
Inactives{{ category_stats.inactive|default(0) }}
Salariés{{ category_stats.employees|default(0) }}
{% if filters|filter(v => v is not empty)|length > 0 %} {% endif %}
{% include '@Employee/employee/settings/categories/_table.html.twig' with {items: items, salarie_counts: salarie_counts} only %}
{% endblock %}