STATISTIQUES DES EMPLOIS CREES
| REALISATION DE LA CREATION EMPLOI EN {{dateAnnnee|date('Y')}} | |||
|---|---|---|---|
| Libelle | Nombre d'emplois | Pourcentage | |
| Femme locale | {{emploAnnuel[0].fimininLocal}} | {% if emploAnnuel[0].fimininLocal == 0 %} 0 {% else %} {{ (emploAnnuel[0].fimininLocal / total) * 100 | round(1, 'floor') }} {% endif %} | |
| Homme local | {{emploAnnuel[0].masculinLocal}} | {% if emploAnnuel[0].masculinLocal == 0 %} 0 {% else %} {{ (emploAnnuel[0].masculinLocal / total) * 100 | round(1, 'floor') }} {% endif %} | |
| Cadre | {{emploAnnuel[0].cadre}} | {% if emploAnnuel[0].cadre == 0 %} 0 {% else %} {{ (emploAnnuel[0].cadre / total) * 100 | round(1, 'floor') }} {% endif %} | |
| Ouvrier | {{emploAnnuel[0].ouvrier}} | {% if emploAnnuel[0].ouvrier == 0 %} 0 {% else %} {{ (emploAnnuel[0].ouvrier / total) * 100 | round(1, 'floor') }} {% endif %} | |
| Femme etrangère | {{emploAnnuel[0].femininEtranger}} | {% if emploAnnuel[0].femininEtranger == 0 %} 0 {% else %} {{ (emploAnnuel[0].femininEtranger / total) * 100 | round(1, 'floor') }} {% endif %} | |
| Homme etranger | {{emploAnnuel[0].masculinEtranger}} | {% if emploAnnuel[0].masculinEtranger == 0 %} 0 {% else %} {{ (emploAnnuel[0].masculinEtranger / total) * 100 | round(1, 'floor') }} {% endif %} | |
| EVOLUTION DES EMPLOIS CREES | |||
|---|---|---|---|
| Période | Nombre d'emplois | ||
| {{item.annee}} | {{item.quantite}} | ||
| Aucune information dans la base de données | |||
| CUMUL | {{totalQte}} | ||