{% for cmd in cmds %}
print arrow {{cmd.numero}} - {{cmd.getFormattedDateOrder()}}
{% if cmd.hasPieceJointe() %} {% if cmd.pieceJointe | length > 1 %} attachment Voir les Pieces Jointes {% else %} attachment Voir la Piece Jointe {% endif %} {% endif %} annulerAnnuler trashSupprimer
{% for item in cmd.contenu | merge(cmd.details) %} {% if cmd.status.id == 13 %} {% endif %} {% endfor %}
Référence Modele EAN Fournisseur Stock Reel A Commander
{% if cmd.status.id != 9 %} trash {% endif %} {% if item.hasCommande()%} {{ item.commande }} {% elseif item.hasDevis() %} {{ item.devis }} {% endif %} {{item.article}} {% if item.isComposant() %} {{item.article.isbn}} {% endif %}
{{item.fournisseur}} edit
{{item.article.quantite}} {{item.quantite}}moins 0 plus
{% if loop.index != cmds | length %}
{% endif %} {% else %}
Il n'y a aucune commande dans ce segment
{% endfor %}