{% if 'STOCK' in cmd.numero %}
{% include "commande/commandeOption/stock.html.twig" with {cmd:cmd} %}
{% elseif cmd.status.id == 6 %}
{% include "commande/commandeOption/sav.html.twig" with {cmd:cmd} %}
{% elseif cmd.status.id == 4 %}
{% include "commande/commandeOption/cancel.html.twig" with {cmd:cmd} %}
{% else %}
{% include "commande/commandeOption/standard.html.twig" with {cmd:cmd,isOK : isOK} %}
{% endif %}
{% else %}
Aucune commande dans cette section
{% endfor %}
{% set count = length / 100 %}
{% set count = count|round(0,'floor') %}
{% if count < 1 %}
{% set count = 1 %}
{% endif %}
{% for i in 1.. count %}
{{ i }}
{% endfor %}