{% set compter = 0 %} {% for op in operateurs %} {% set compter = compter + 1 %} {{compter}} {{op.denomination}} {{op.sigle}} {{op.numIdentFiscal}} {% if op.commodites[0] is defined %} {{op.commodites[0].filiere.nom}} {% endif %} {% if op.statut == 'En recherche' %} {{op.statut ? op.statut : ""}} {% elseif op.statut == 'Inactif' %} {{op.statut ? op.statut : ""}} {% else %} {{op.statut ? op.statut : ""}} {% endif %} {{op.sousSecteur ? op.sousSecteur.secteur.nom : ""}} {{op.categorie ? op.categorie.nom : ""}} {{op.sousCategorie ? op.sousCategorie.nom : ""}} {{op.nature}} {{op.ville ? op.ville.province.nom : ''}} {% if op.partEtat is not null %} {{op.partEtat}} % {% endif %}
{% else %} Aucun opérateur trouvé pour cette recherche. {% endfor %}