{% extends 'base_emine.html.twig' %} {% block title %}{{parent()}}-Emplois crées par les ETDs{% endblock %} {% block content %}

📊 Emplois crées par les ETDs

Les Statistiques sur les emplois crées par les ETDs

{% set totalQte = 0 %} {% if dot is not null %} {% endif %} {% for item in emploiBySexe %} {% set totalQte = totalQte + item.nbre %} {% else %} {% endfor %}
{{dot.nom|upper}}
NOMBRE D'EMPLOIS CRÉES PAR GENRE EN {{dateAnnee|date('Y')}}
GENRE NOMBRE
{{item.sexe}} {{item.nbre}}
Aucune information dans la base de données
CUMUL {{totalQte}}
{% if dot is not null %} {% endif %} {% set totalQte = 0 %} {% for item in emploiByNat %} {% set totalQte = totalQte + item.nbre %} {% else %} {% endfor %}
{{dot.nom|upper}}
NOMBRE D'EMPLOIS CRÉES PAR NATIONALITÉ EN {{dateAnnee|date('Y')}}
NATIONALITÉ NOMBRE
{{item.pays}} {{item.nbre}}
Aucune information dans la base de données
CUMUL {{totalQte}}
{% set totalQte = 0 %} {% for item in emploiByDot %} {% set totalQte = totalQte + item.nbre %} {% else %} {% endfor %}
NOMBRE D'EMPLOIS CRÉES PAR ETD EN {{dateAnnee|date('Y')}}
ETD NOMBRE
{{item.dot}} {{item.nbre}}
Aucune information dans la base de données
CUMUL {{totalQte}}
{% set totalQte = 0 %} {% for item in evolution %} {% set totalQte = totalQte + item.nbre %} {% else %} {% endfor %}
EVOLUTION D'EMPLOIS CRÉES PAR LES ETDs
Année NOMBRE
{{item.annee}} {{item.nbre}}
Aucune information dans la base de données
CUMUL {{totalQte}}
{% endblock %} {% block javascripts %} {{parent()}} {% endblock %}