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

Emplois créés

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 %}
{% set totalQte = 0 %} {% for item in emploiGlob %} {% set totalQte = totalQte + item.quantite %} {% else %} {% endfor %}
EVOLUTION DES EMPLOIS CREES
Période Nombre d'emplois
{{item.annee}} {{item.quantite}}
Aucune information dans la base de données
CUMUL {{totalQte}}
{% endblock %} {% block javascripts %} {{parent()}} {% endblock %}