<% if(nextVac.length > 0 || nextPermiss.length > 0 || nextMed.length > 0) {%>
Les congés prochains
<% for(let i = 0; i < nextVac.length; i++ ){ %> <% }; %> <% for(let i = 0; i < nextPermiss.length; i++ ){ %> <% }; %> <% for(let i = 0; i < nextMed.length; i++ ){ %> <% }; %>
<% } %>