{% extends 'basev2.html.twig' %} {% form_theme formAction _self %} {% block stylesheets %} {% endblock %} {% block header %}
ID | Statut | Désignation | Progression | Responsable | Outlook | Météo | Top jalon | Progression | Météo | Description | Cout € | J/H | Date début | Date fin initiale | Date fin revue (Outlook) | Date fin réelle | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{jalonConnectActions.id}} | {% if jalonConnectActions.progression==100 %} Terminé {% elseif jalonConnectActions.progression == 0 and jalonConnectActions.responsable is null %} Non démarré {% elseif jalonConnectActions.progression < 100 and jalonConnectActions.daterevue > jalonConnectActions.date %} {% set difference = date(jalonConnectActions.daterevue).diff(date(jalonConnectActions.date)) %} {% set leftDays = difference.days %} En cours (!) {% else %} En cours {% endif %} | {{jalonConnectActions.jalon}} |
Progression : {{ jalonConnectActions.progression | default("0") | number_format(0, '.', ' ') }}%
|
{{ jalonConnectActions.responsable.firstname | default("") }} {{ jalonConnectActions.responsable.lastname | default("") }} | {{ jalonConnectActions.daterevue | date("d M Y") }} | {% if jalonConnectActions.rag is not null %} {% endif %} | {{ jalonConnectActions.topjalon | default("") }} | {{ jalonConnectActions.progression | default('0')| number_format(0, '.', ' ') }}% | {{ jalonConnectActions.rag.icon | default("") }} | {{ jalonConnectActions.commentaire | default("") }} | {{ jalonConnectActions.budget | default("") }} | {{ jalonConnectActions.etp | default("") }} | {{ jalonConnectActions.datedebut | date("d/m/Y") }} | {{ jalonConnectActions.date | date("d/m/Y") }} | {{ jalonConnectActions.daterevue | date("d/m/Y") }} | {{ jalonConnectActions.datereelle | date("d/m/Y") }} |