<% if( alertVac.length > 0) { %>
<% if( alertVac.length > 1 ) {%>

Congés en alerte

<% }else{ %>

Congé en alerte

<% } %>
<% alertVac.forEach(element => { %> <% }); %>
Nom et prénom(s) Contact Fonction Solde Demander
<%= element.name_employee %> <%= (element.last_name_employee) ? element.last_name_employee : '' %> <%= element.contact_airtel || element.contact_telma || element.contact_orange || element.contact_flotte %> <%= (element.fonction) ? element.fonction.nameFunction : ''%> <%= element.vacation.totalVacation %>
<% } %>