{% for statut in statutsDocument %} {% endfor %}
{{'Statut'|trans}} {{'Date'|trans}} {{'Utilisateur'|trans}}
{{statuts[statut.statut]['label']}} {% if statuts[statut.statut]['label_complement'] is defined %} {{statuts[statut.statut]['label_complement']}}{% endif %} {{statut.dthe|date('d/m/Y')}} {{statut.dthe|date('H')}}h{{statut.dthe|date('i')}} {% if statut.user is not null %}{{statut.user.nom}} {{statut.user.prenom}}{% else %}{{'AUTOMATE'|trans}}{% endif %}