Salariés disponibles
{% for salarie in availability.available %} {% set photo_path = salarie.photo ? salarie.photo|trim : null %} {% set avatar_src = photo_path ? (photo_path starts with 'http://' or photo_path starts with 'https://' ? photo_path : asset(photo_path starts with '/' ? photo_path|slice(1) : photo_path)) : null %} {% else %}

Aucun salarié disponible.

{% endfor %}
{% if availability.warnings is not empty %}
Avec avertissement
{% for item in availability.warnings %}
{{ item.salarie }} {{ item.reason }}
{% endfor %}
{% endif %}
Indisponibles
{% for item in availability.unavailable %}
{{ item.salarie }} {{ item.reason }}
{% else %}

Aucun indisponible sur ce créneau.

{% endfor %}