{% extends 'basev2.html.twig' %} {% block title %}STRATEGIE MAPSI{% endblock %} {% block headertitle %} Plan stratégique {% endblock %} {% block headercreate %} Nouvel axe {% endblock %} {% block body %}
{% for axe in axes %}
{% endfor %}
ID Volet stratégique Titre Désignation Action stratégique Action portfolio
ID-{{ axe.id }} {{ axe.volet.designation | default("N/C") }} {{ axe.title | default("N/C") }} {{ axe.designation | upper }} {% for actionstrat in axe.actionstrats %} {% endfor %}
Code Désignation Budget. Prog.
ACS-{{ actionstrat.code | default("N/C") }} {{ actionstrat.designation | default("N/C") }} {% set sumj = 0 %} {% set sumu = 0 %} {% for action in actionstrat %} {% set sumj = sumj + action.progression %} {% set sumu = loop.index0 + 1 %} {{ action.progression | default("0") }} {% endfor %} {{ sumj | number_format(0, '.', ' ') | default("0") }}%

Gestionnaire de fichiers


{% endblock %} {% block javascripts %} {% endblock %}