Shifts non affectés

{{ grid.unassignedShifts|length }} ouvert{{ grid.unassignedShifts|length > 1 ? 's' : '' }}
{% for item in grid.unassignedShifts %} {% set shift = item.shift %}
{% include '@Planning/planning/_shift_card.html.twig' with {shift: shift} %}
Date
{{ shift.date|date('d/m/Y') }}
Requis
{{ shift.requiredEmployees }}
Affectés
{{ item.assignedCount }}
Ouverts
{{ item.openCount }}
{{ item.assignedCount > 0 ? 'Partiellement affecté' : 'Non affecté' }}
{% else %}

Tous les shifts sont couverts.

{% endfor %}