{% set compter = 0 %} {% for item in environementals %} {% set compter = compter + 1 %} {{compter}} {{ item.plan }} {{ item.projet ? item.projet.operateur.denomination : "" }} {{ item.projet ? item.projet.nom : "" }} {{ item.bureauEtude ? item.bureauEtude.denomination : "" }} {{ item.reference }} {{ item.approuve }} {{ item.numApprobation }} {{ item.impactPot }} {{ item.dateEnviro ? item.dateEnviro|date('d/m/Y') : '' }}
{% else %} Aucune EIES trouvé pour cette recherche. {% endfor %}