{% if items is not empty %}
{% for item in items %} {% endfor %}
Catégorie Statut Salariés Actions
{{ item.nom }}
{{ item.description ?: 'Aucune description' }}
{{ item.actif ? 'Active' : 'Inactive' }} {{ salarie_counts[item.id]|default(0) }}
{% if is_granted('EMPLOYEE_CATEGORY_EDIT') %} Modifier {% endif %} {% if is_granted('EMPLOYEE_CATEGORY_DISABLE') %} Supprimer {% endif %}
{% else %}
Aucune catégorie Ajustez vos filtres ou créez une nouvelle catégorie.
{% endif %}