{% extends 'basev2.html.twig' %} {% form_theme formProjet _self %} {% block stylesheets %} {% endblock %} {% block header %}
{{ projet.description | raw}}
Désignation | Prog. | Budget. | Prio. |
---|---|---|---|
AC-{{ action.id | default("N/C") }} {{ action.designation | default("N/C") }} |
{% set sumj = 0 %}
{% for jalon in action.jalonConnectActions if jalon.fini == 1 %}
{% set sumj = loop.index0 + 1 %}
{% endfor %}
{% set sumu = 0 %}
{% for jalon in action.jalonConnectActions %}
{% set sumu = loop.index0 + 1 %}
{% endfor %}
Progression estimée à {{ action.progression | number_format(0, '.', ' ') | default("0") }}%. {{ sumj }} jalons terminés sur un total de {{ sumu }}
|
{{ action.budget | number_format(0, '.', ' ') | default("N/C") }}€ {{ action.etp | number_format(0, '.', ' ') | default("N/C") }}j/h | {{ action.priorite.designation | default("N/C") }} |