{{ people.firstname | default("") }} {{ people.lastname | default("") }} {{ people.metier.designation | default("") }} ({{ people.metier.code| default("") }}) - {{ people.role | default("") }} COL-{{ people.id }} {{ people.site.designation | default("") }} {% if people.user is not null%} {% endif %} {{ people.activites|length }} {{ people.fluxsresponsable|length }} {{ people.actionsresponsable|length }} Afficher {% if is_granted('ROLE_ADMIN') %} Supprimer {% endif %} Modifiée le {{ people.PublishedAt | date("d M Y")}} {% set today = "now"|date("Y/m/d") %} {% set difference = date(people.PublishedAt).diff(date(today)) %} {% set leftDays = difference.days %} {% if leftDays >= 180 and leftDays < 360 %} ({{ leftDays }}j) {% elseif leftDays >= 360 %} ({{ leftDays }}j) {% else %} ({{ leftDays }}j) {% endif %} par {{people.publisher.firstname | default("") }} {{ people.publisher.lastname | default("") }}