{% for article in cmd.contenu %} {% if article.isPc() %}
{{article}}
{% set pc = pcs.find(article.article.id) %} {% endif %} {% if article.isComposant() %} {% endif %} {% if article.isPc() %} {% for item in pc.getCompoLimitant() %} {% endfor %} {% else %} {% if article.hasCommandeFournisseur() %} {% set cmdSupplier = article.commandeFournisseur %} {% if article.commandeFournisseur.status.id == 13 %} {% elseif article.commandeFournisseur.status.id == 9 %} {% else %} {% endif %} {% elseif article.isComposant() %} {% endif %} {% endif %}
InfosArticle En stock Requis
{{item.composant}} {{item.composant.quantite}} {{item.quantite}}
Commande passé le {{ cmdSupplier.getFormattedDateOrder() }} Commande reçu le {{ cmdSupplier.getFormattedDateOrder() }} Commande à effectuer {{article.article}} {{article.article.quantite}} {{article.quantite}}
{% endfor %}