<% if (reclamations.length > 0) { %>
<% reclamations.forEach(reclamation => { %>
|
|
<%= reclamation.status %> |
<% if (reclamation.status === 'En Cours') { %>
<% } else if (reclamation.status === 'CQ') { %>
<% } else if (reclamation.status === 'SVA') { %>
<% } else if (reclamation.status === 'DPF') { %>
<% } %>
|
|
<% }); %>
<% } else { %>
| Pas de reclamation trouvé. |
<% } %>