{{ systeme.suppleant.firstname | default("") }} {{ systeme.suppleant.lastname | default("") }}
{{ include('datatable/tableheader.html.twig', {dtname : 'systeme' }) }}
Etat | Désignation | Srv Hote | Plate Forme | Type | Managers | Relations | Comply | Localisation | ID | Désignation | Rôle | Nb. connexes | Connexes | Nb. hosts | Hosts | Nb. stockages | Stockages | nb. applications | Applications | Maj | Editeur | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% for place in workflow_marked_places(systeme) %} {{ workflow_metadata(systeme, 'title', place) ?: ''}} {% endfor %} | {{ systeme.designation | default("N/C") }} SYS-{{ systeme.id }} | {{ systeme.srvhote.designation | default("Non") }} | {{ systeme.plateforme.designation | default("N/C") }} | {{ systeme.typesysteme.designation | default("N/C") }} |
{{ systeme.responsable.firstname | default("") }} {{ systeme.responsable.lastname | default("") }}
{{ systeme.suppleant.firstname | default("") }} {{ systeme.suppleant.lastname | default("") }} |
{{ systeme.host | length }} {{ systeme.systemeconnexes | length }} {{ systeme.storages | length }} {% set dcp = "" %} {{ systeme.applications | length }} | {{ dcp }} {% set minDima = 1000 %} {% set desiDima = "N/C" %} {% set colorDima = "N/C" %} {% for application in systeme.applications %} {% for activite in application.appConnectActivites %} {% if activite.dima.dureeheure is not defined %} {% else %} {% set minDima = min(activite.dima.dureeheure, minDima) %} {% if activite.dima.dureeheure == minDima %} {% set desiDima = activite.dima.designation %} {% set colorDima = activite.dima.color %} {% endif %} {% endif %} {% endfor %} {% endfor %} {% if desiDima != "N/C" %} PCA {{desiDima | default("")}} {% endif %} | {{ systeme.localisation.designation | default("N/C") }} | SYS-{{ systeme.id }} | {{ systeme.designation | default("N/C") }} | {{ systeme.role | default("N/C") }} | {{ systeme.systemeconnexes | length }} | {% for systemeconnexe in systeme.systemeconnexes %}{{ systemeconnexe.designation | default('N/C') }}, {% endfor %} | {{ systeme.host | length }} | {% for hos in systeme.host %}{{ hos.designation | default('N/C') }}, {% endfor %} | {{ systeme.storages | length }} | {% for storage in systeme.storages %}{{ storage.designation | default('N/C') }}, {% endfor %} | {{ systeme.applications | length }} | {% for application in systeme.applications %}{{ application.designation | default('N/C') }}, {% endfor %} | {{ systeme.publishedat | date("d/m/Y") }} | {{systeme.publisher.firstname | default("") }} {{ systeme.publisher.lastname | default("") }} |