{% extends 'base_emine.html.twig' %} {% block title %} {{parent()}}-Tableau de bord-Sûreté financière {% endblock %} {% block content %}

📊 Sûreté financière

Statistiques de la sûreté financière en {{dateAnnnee|date('Y')}}

{% if menu == 'ctcpm' %} {{ include('menu/ctcpm.html.twig') }} {% else %} {{ include('menu/autorite.html.twig') }} {% endif %}
Sûreté mensuelle

Réalisation mensuelle de la sûreté financière en {{dateAnnnee|date('Y')}} {% if operateur is not null %}
{{operateur.denomination}} {% endif %} {% if registre == 1 %}
Projets de recherche {% elseif registre == 2 %}
Projets d'exploitation {% endif %}

Sûreté trimestrielle

Réalisation trimestrielle de la sûreté financière en {{dateAnnnee|date('Y')}} {% if operateur is not null %}
{{operateur.denomination}} {% endif %} {% if registre == 1 %}
Projets de recherche {% elseif registre == 2 %}
Projets d'exploitation {% endif %}

Sûreté semestrielle

Réalisation semestrielle de la sûreté financière en {{dateAnnnee|date('Y')}} {% if operateur is not null %}
{{operateur.denomination}} {% endif %} {% if registre == 1 %}
Projets de recherche {% elseif registre == 2 %}
Projets d'exploitation {% endif %}

Evolution

Evolution de la sûreté financière durant les années {% if operateur is not null %}
{{operateur.denomination}} {% endif %} {% if registre == 1 %}
Projets de recherche {% elseif registre == 2 %}
Projets d'exploitation {% endif %}

Opérateurs

15 premiers opérateurs qui ont payé la sûreté financière en {{dateAnnnee|date('Y')}} {% if registre == 1 %}
Projets de recherche {% elseif registre == 2 %}
Projets d'exploitation {% endif %}

{% set compter = 0 %} {% set total = 0 %} {% for item in operateurs1 %} {% set total = total + item.quantite %} {% endfor %} {% for proprietaire_reel in operateurs1 %} {% set compter = compter + 1 %} {% else %} {% endfor %}
OPERATEUR PROJET MONTANT VERSÉ EN USD POURCENTAGE
{{ compter }} {{ proprietaire_reel.operateur }} {{ proprietaire_reel.projet }} {{ proprietaire_reel.quantite}} USD {{((proprietaire_reel.quantite / total) * 100)|round(2, 'floor')}} %
Aucune information dans la base de données.
{% endblock %} {% block javascripts %} {{parent()}} {% endblock %}