{% set historiquePlanification = intervention.planning ? intervention.planning.getPlanningHistoriqueModifications|sort((a, b) => a.dateAction > b.dateAction ? -1 : 1) : [] %} {% if historiquePlanification|length > 0 %} {% for historique in historiquePlanification %} {% endfor %} {% else %} {% endif %}
Date action Utilisateur Motif action Type planification Agent planning Agent terrain
{{ historique.dateAction ? historique.dateAction|date('d/m/Y H:i') : '' }} {{ historique.utilisateur ? historique.utilisateur.getCodeNom : '' }} {{ historique.planningAction ? historique.planningAction.libelle : '' }} {{ historique.typePlanification ? historique.typePlanification.code : '' }} {{ historique.utilisateurPlanning ? historique.utilisateurPlanning.getCodeNom : '' }} {{ historique.utilisateurAgent ? historique.utilisateurAgent.getCodeNom : '' }}
Aucun historique disponible