{% extends '@AdminLTE/layout/suiodd-layout.html.twig' %} {% block page_title %}{% trans %}Chargement des indicateurs{% endtrans %}{% endblock %} {% block page_content %} {% if not is_granted('ROLE_MANAGER') and not is_granted('ROLE_INSTAD') %}
{% if fin %}
Vous avez jusqu'au {{ fin |date('d/m/Y') }} pour envoyer les données de votre ministère.
{% else %}
Vous ne pouvez pas envoyer des données pour l'année {{year}}. Veuillez contacter la DGCS-ODD.
{% endif %}
{% endif %} {% if(is_granted('ROLE_DPP') or is_granted('ROLE_FOCAL') or is_granted('ROLE_INSTAD')) %}
{% if etat %}
{% if is_granted('ROLE_MANAGER') %} {% else %} {% trans %}chargement.vide{% endtrans %} {% endif %}
{% endif %}
{% if(is_granted('ROLE_DPP') or is_granted('ROLE_FOCAL')) %}
{% endif %}
{% endif %}
{% if indicators|length > 0 %} {% embed '@AdminLTE/Widgets/box-widget.html.twig' %} {% block box_body %} {% for indicator in indicators %} {% endfor %}
Cible
Indicateur
{% for i in 4..0 %}
{{ year - i }}
{% endfor %}
Val. cible
{{ indicator.target }}
{{ indicator }}
{% for i in 4..0 %}
{{ suivis[indicator.id][year - i] ? suivis[indicator.id][year - i] : '-' }}
{% endfor %}
{{ indicator.maxValue }}

{{suivis[indicator.id]['observation']}}
{% endblock %} {% endembed %} {% endif %} {% if indicators|length == 0 %} {% endif %} {% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}