{% if not actions|length %} {% else %}
{% for action in actions %} {% if action.priorite %} {% else %} {% endif %} {% endfor %}
Titre Projet Créateur Destinataire Date création Date validation Date clôture Actions
{% if action.titre!= null %} {{ action.titre }} {% else %} {{ action.intitule.label }} {% if action.projet is not null %}( {{action.projet.intitule}}{% if action.modules is not null %}: {{action.modules.label}}{% endif %} ){% endif %}{% endif %} {% if action.titre!= null %} {{ action.titre }} {% else %} {{ action.intitule.label }} {% if action.projet is not null %}( {{action.projet.intitule}}{% if action.modules is not null %}: {{action.modules.label}}{% endif %} ){% endif %}{% endif %} {% if action.projet is not null %} {{action.projet.intitule}} {% else %} {% endif %} user {{ action.createur.lastName }} {{ action.createur.firstName }}
user {{ action.destinataire.lastName }} {{ action.destinataire.firstName }}
{{ action.dateCreation |date('d-m-Y H:i', false) }} {{ action.datefin |date('d-m-Y H:i', false) }} {{ action.dateCloture |date('d-m-Y H:i', false) }}
{% endif %}