{% for cmd in cmds %}
print
arrow
{{ cmd.numero }} - {{ cmd.getFormattedDateOrder() }}
{{ cmd.status }}
{% if cmd.hasPieceJointe() %} {% if cmd.pieceJointe | length > 1 %} attachment Voir les Pieces Jointes {% else %} attachment Voir la Piece Jointe {% endif %} {% endif %}
{% for item in cmd.contenu | merge(cmd.details) %} {% if cmd.status.id == 13 %} {% endif %} {% endfor %}
Réference Modele EAN Fournisseur Stock Reel A Commander
{% 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 cmd.status.id == 13 %}
{% endif %}
{% if loop.index != cmds | length %}
{% endif %} {% else %}
Il n'y a aucune commande dans ce segment
{% endfor %}