{% extends 'base_emine.html.twig' %} {% block title %} {{parent()}}-Projet-détails {% endblock %} {% block content %}

📋 Les reserves du projet

Liste complète des reserves publiés du projet

{{ include('menu/projet.html.twig') }}
{% set compter = 0 %} {% for item in projet.ressources %} {% set compter = compter + 1 %} {% else %} {% endfor %}
Projet Gisement Permis Commodité Type ressource Extractible Tonnage Teneur métal Date ressource
{{compter}} {{item.projet.nom}} {{item.gisement.nomGisement}}
{% if item.gisement is not null %} {% if item.gisement.titreMinier is not null %} {{item.gisement.titreMinier ? item.gisement.titreMinier.libelle}} {% endif %} {% endif %}
{{item.commodite.nom}}
{{item.typeRessource}} {{item.extractible}} {{item.tonnage~' '~item.commodite.filiere.unite}} {{item.teneurMetal}}% {{item.dateRessource ? item.dateRessource|date('d/m/Y') : ""}}
Aucune ressource trouvée pour cette recherche.
{% endblock %}