{% extends 'base_emine.html.twig' %} {% block title %}{{parent()}}-Analyse-Besoins en intrant{% endblock %} {% block content %}

📊 Besoins en intrant

Statistiques des besoins en intrant

Besoin mensuel

Réalisation mensuelle des besoins en intrant en {{dateAnnnee|date('Y')}} {% if operateur is not null %}
Par {{operateur.denomination}} {% endif %}
{{intrant ? 'Intrant: '~intrant.nom~'' : ''}}

Besoin trimestriel

Réalisation trimestrielle des besoins en intrant en {{dateAnnnee|date('Y')}} {% if operateur is not null %}
Par {{operateur.denomination}} {% endif %}
{{intrant ? 'Intrant: '~intrant.nom~'' : ''}}

Besoin semestriel

Réalisation semestrielle des besoins en intrant en {{dateAnnnee|date('Y')}} {% if operateur is not null %}
Par {{operateur.denomination}} {% endif %}
{{intrant ? 'Intrant: '~intrant.nom~'' : ''}}

Evolution

Evolution des besoins en intrant durant les années {% if operateur is not null %}
Par {{operateur.denomination}} {% endif %}
{{intrant ? 'Intrant: '~intrant.nom~'' : ''}}

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