{{ include('datatable/tableheader.html.twig', {dtname : 'application' }) }}
Etat | Désignation | Type | Managers | Relations | Comply | ID | Désignation | Responsable | Statut | Description | Nb activités | Activités | Nb App connexes | App connexes | Nb Systèmes | Systèmes | Maj | Editeur | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% for place in workflow_marked_places(application) %} {{ workflow_metadata(application, 'title', place) ?: ''}} {% endfor %} | {{ application.designation }} APP-{{ application.id }} | {{ application.typeappli.designation | default("N/C") }} |
{{ application.responsable.firstname | default("") }} {{ application.responsable.lastname | default("") }}
{{ application.suppleant.firstname | default("") }} {{ application.suppleant.lastname | default("") }} |
{{ application.AppConnectActivites | length }} {{ application.applicationlink | length }} {{ application.systemes | length }} {% set dcp = "" %} {{ application.objetmetiers| length }} | {{ dcp }} {% set minDima = 1000 %} {% set desiDima = "NC" %} {% set colorDima = "NC" %} {% set heureDima = "" %} {% for activite in application.appConnectActivites %} {% if activite.dima.dureeheure is defined %} {% set minDima = min(activite.dima.dureeheure, minDima) %} {% if activite.dima.dureeheure == minDima %} {% set desiDima = activite.dima.designation %} {% set colorDima = activite.dima.color %} {% set heureDima = activite.dima.dureeheure %} {% endif %} {% endif %} {% endfor %} {% if desiDima != "NC" %} PCA {{desiDima | default("N/C")}} {% endif %} | APP-{{ application.id }} | {{ application.designation | default("N/C") }} | {{ application.responsable.firstname | default("N/C") }} {{ application.responsable.lastname | default("") }} | {{ application.statut.designation | default("N/C") }} | {{ application.description | default("") }} | {{ application.AppConnectActivites | length }} | {% for appconnect in application.AppConnectActivites %} {{ appconnect.activite.designation | default('N/C') }}, {% endfor %} | {{ application.applicationlink | length }} | {% for applicationlin in application.applicationlink %} {{ applicationlin.designation | default('N/C') }}, {% endfor %} | {{ application.systemes | length }} | {% for systeme in application.systemes %} {{ systeme.designation | default('N/C') }}, {% endfor %} | {{ application.PublishedAt | date("d M Y")}} | {{application.publisher.firstname | default("") }} {{ application.publisher.lastname | default("") }} |