{#
{% for fournisseur in fournisseurs %} {% if fournisseur.getValidateCmd() | length > 0 %}
arrow {{ fournisseur }} ({{ fournisseur.getValidateCmd() | length }})
{% endif %} {% endfor %}
#}
{% for cli in cmds %} arrow {{ cli }}
{% endfor %}