{{ include('datatable/tableheader.html.twig', {dtname : 'objectif' }) }}
Etat | Désignation | Managers | Indicateur | Comply | ||
---|---|---|---|---|---|---|
{{ objectif.statut | default("Brouillon")|capitalize }} |
{{ objectif.designation }} OBJ-{{ objectif.id }}
{% if objectif.processus.id is defined %}PROCESSUS {{ objectif.processus.id | default("") }} - {{ objectif.processus.designation| default("") }}{% endif %} |
{{ objectif.responsable.firstname | default("") }} {{ objectif.responsable.lastname | default("") }} {{ objectif.suppleant.firstname | default("") }} {{ objectif.suppleant.lastname | default("") }} |
{% for indicateur in objectif.indicateurs | sortbyfield('PublishedAt') | slice(0, 1) if indicateur.PublishedAt is not null %}
{{ indicateur.valeur }} {{ objectif.type }} (Cible {{ objectif.valeurcible }})
{% endfor %} {% for indicateur in objectif.indicateurs | sortbyfield('PublishedAt') %}{{ indicateur.valeur }}{% if loop.last == false %},{% endif%}{% endfor %} |
{% for conf in objectif.typeconformite %} {{ conf.designation | default("") }} {% endfor %} |