Programme {% set sumratings = 0 %} {% for action in actions %} {% set sumratings = sumratings + action.progression %} {% endfor %}
{% set sumratings = 0 %} {% for action in actions %} {% set sumratings = sumratings + action.progression %} {% endfor %} {%if actions|length > 0 %} {% set sumratings = sumratings / actions|length %} {% endif %} {{ sumratings | number_format(0, '.', ' ') }} % de progression estimée
{% set sum = 0 %} {% set complet = "" %} {% for action in actions %} {%if action.budget is not null %} {% set sum = action.budget + sum ?? 0 %} {% else %} {% set complet = "Incomplet" %} {% endif %} {% endfor %} {% set suma = 0 %} {% for jalon in jalons %} {%if jalon.budget is not null and jalon.fini ==1 %} {% set suma = jalon.budget + suma ?? 0 %} {% endif %} {% endfor %} (P) {{ sum | number_format(0, '.', ' ') }} € {{ complet }} - (C) {{ suma | number_format(0, '.', ' ') }} €
{% set sumj = 0 %} {% for action in actions %} {%if action.etp is not null %} {% set sumj = action.etp + sumj ?? 0 %} {% endif %} {% endfor %} {% set suma = 0 %} {% for jalon in jalons %} {%if jalon.etp is not null and jalon.fini ==1 %} {% set suma = jalon.etp + suma ?? 0 %} {% endif %} {% endfor %} (P) {{ sumj | number_format(0, '.', ' ') }} j/h - (C) {{ suma | number_format(0, '.', ' ') }} j/h
{{ projets|length }} projets
{{ actions|length }} actions
{% set count = 0 %} {% for action in actions %} {% for jalon in jalons if jalon.action == action %} {% set count = count + 1 %} {% endfor %} {% endfor %} {{ count }} jalons / livrables