Actions définies lors de l’entretien
{{ action.title }}
{{ action.description ?: 'Aucune description.' }}
{{ action.dueDate ? 'Échéance : ' ~ action.dueDate|date('d/m/Y') : 'Sans échéance' }}{% if action.owner %} · Responsable : {{ action.owner }}{% endif %}Aucune action définie
{% endfor %}