| Client | Réference | Modele | EAN | Quantite | Commandée | Reçu |
| {% if item.hasCommande() %} {{ item.commande.client }} {% elseif item.hasDevis() %} {{ item.devis.client }} {% endif %} | {% if item.hasCommande() %} {{ item.commande }} {% elseif item.hasDevis() %} {{ item.devis }} {% endif %} | {{ item }} | {{ item.article.ISBN }} | {{ item.quantite }} | {{ cmd.getEtapeByStatus(13) != null ? cmd.getEtapeByStatus(13).formattedDate : 'N/C' }} | {{ cmd.getEtapeByStatus(9) != null ? cmd.getEtapeByStatus(9).formattedDate : 'N/C' }} |