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

📦 Exportations du cobalt

Liste des exportations du cobalt publiés

{% set compter = 0 %} {% for item in quotas %} {% set compter = compter + 1 %} {% set compter1 = (compter + ((p - 1) * 10)) %} {% set exportation = item.getExportations(exportations) %} {% else %} {% endfor %}
Opérateur Commodité Type commodité Quota autorisé Quantité exportée Ecart Taux d'exécution Valeur Période
{{compter1}} {{item.operateur ? item.operateur.denomination : ''}} {{item.typeCommodite ? item.typeCommodite.commodite.nom : ''}} {{item.typeCommodite ? item.typeCommodite.nom : ''}} {{item.quota }} t {% if exportation is not null %} {{exportation.quantite}} t {% else %} 0 t {% endif %} {% if exportation is not null %} {{item.quota - exportation.quantite}} t {% else %} 0 t {% endif %} {% if exportation is not null %} {{ ((exportation.quantite / item.quota) * 100) | round(2, 'floor') }} % {% else %} 0 % {% endif %} {% if exportation is not null %} {{exportation.cout}} USD {% else %} 0 USD {% endif %} {{item.dateQuota ? item.dateQuota|date('M/Y') : ""}}
Aucun quota trouvé dans la base de données.

{{ pagerfanta(quotas, 'twitter_bootstrap5') }}
{% endblock %} {% block javascripts %} {{parent()}} {% endblock %}