Régistre des opérateurs miniers valides en {{dateAnnee|date('Y')}}

{% for item in nbreOperateur %} {% if item.secteur == 1 %} {% set pourcent = (item.nbre / totalOperateur.nbre) * 100 | round(1, 'floor') %}

{{item.nbre}}

Industriel

Afficher
{% endif %} {% endfor %} {% for item in nbreOperateur %} {% if item.secteur == 4 %} {% set pourcent = (item.nbre / totalOperateur.nbre) * 100 | round(1, 'floor') %}

{{item.nbre}}

Semi-industriel

Afficher
{% endif %} {% endfor %} {% for item in nbreOperateur %} {% if item.secteur == 2 %} {% set pourcent = (item.nbre / totalOperateur.nbre) * 100 | round(1, 'floor') %}

{{item.nbre}}

Artisanal

Afficher
{% endif %} {% endfor %} {% for item in nbreOperateur %} {% if item.secteur == 3 %} {% set pourcent = (item.nbre / totalOperateur.nbre) * 100 | round(1, 'floor') %}

{{item.nbre}}

Services

Afficher
{% endif %} {% endfor %}
{% for item in nbreOperateurCategorie %} {% set pourcent = (item.nbre / totalOperateur.nbre) * 100 | round(1, 'floor') %} {% if item.id != 10 %} {% if loop.index == nbreOperateurCategorie|length and nbreOperateurCategorie|length % 2 == 0 and loop.index > 3 %}

{{item.nbre}}

{{item.nom}}

Afficher
{% else %}

{{item.nbre}}

{{item.nom}}

Afficher
{% endif %} {% endif %} {% endfor %} {% set pourcent = (nbreMandataire["nbre"] / totalMandataire["nbre"]) * 100 | round(1, 'floor') %}

{{nbreMandataire["nbre"]}}

Mandataires en mines

Afficher
{% set total = nbreOperateurPublic[0].nbre + nbreOperateurMixte[0].nbre + nbreOperateurPorte[0].nbre %} {% set pourcePublic = 0 %} {% set pourceMixte = 0 %} {% set pourcePorte = 0 %} {% set pourcentItie = 0 %} {% if nbreOperateurPublic[0].nbre != 0 %} {% set pourcePublic = (nbreOperateurPublic[0].nbre / total) * 100 | round(2, 'floor') %} {% endif %} {% if nbreOperateurMixte[0].nbre != 0 %} {% set pourceMixte = (nbreOperateurMixte[0].nbre / total) * 100 | round(2, 'floor') %} {% endif %} {% if nbreOperateurPorte[0].nbre != 0 %} {% set pourcePorte = (nbreOperateurPorte[0].nbre / total) * 100 | round(2, 'floor') %} {% endif %} {% if nbreOperateurPorte[0].nbre != 0 %} {% set pourcentItie = (nbreOperateurItie["nbre"] / totalOperateur["nbre"]) * 100 | round(1, 'floor') %} {% endif %}

{{nbreOperateurPublic[0].nbre}}

Entreprises publiques

Afficher

{{nbreOperateurPorte[0].nbre}}

Entreprises de porte feuille

Afficher

{{nbreOperateurMixte[0].nbre}}

Entreprises mixtes

Afficher

{{nbreOperateurItie.nbre}}

Entreprises périmètre ITIE

Afficher