{% extends 'base_emine.html.twig' %} {% block title %}{{parent()}}-Analyse-Taxes-minières{% endblock %} {% block content %}

📊 Contribution du secteur minier

Statistiques des contributions du secteur minier

Contribution mensuelle

Réalisation mensuelle de la contribution minière en {{dateAnnnee|date('Y')}}
{% if operateur is not null %} Par {{operateur.denomination}} {% endif %}
{% if type is not null %} Type de contribution: {{type.nom}} {% endif %}

Contribution trimestrielle

Réalisation trimestrielle de la contribution minière en {{dateAnnnee|date('Y')}}
{% if operateur is not null %} Par {{operateur.denomination}} {% endif %}
{% if type is not null %} Type de contribution: {{type.nom}} {% endif %}

Contribution semestrielle

Réalisation semestrielle de la contribution minière en {{dateAnnnee|date('Y')}}
{% if operateur is not null %} Par {{operateur.denomination}} {% endif %}
{% if type is not null %} Type de contribution: {{type.nom}} {% endif %}

Evolution

Evolution de la contribution minière durant les années
{% if operateur is not null %} Par {{operateur.denomination}} {% endif %}
{% if type is not null %} Type de contribution: {{type.nom}} {% endif %}

{% endblock %} {% block javascripts %} {{parent()}} {% endblock %}