{% extends 'base_emine.html.twig' %} {% block title %}{{parent()}}-EIES{% endblock %} {% block content %}

📋 Liste des résumés EIES

Liste complète des résumés EIES publiés

{% set compter = 0 %} {% for item in environementals %} {% set compter = compter + 1 %} {% set compter1 = (compter + ((p - 1) * 10)) %} {% else %} {% endfor %}
Nom Opérateur Projet Bureau d'études Référence Approbation Numéro approbation Impact Date Actions
{{compter1}} {{ 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') : '' }}
Aucune EIES trouvé pour cette recherche.

{{ pagerfanta(environementals, 'twitter_bootstrap5') }}
{% endblock %}